Html Css Color HEX #587274 Nevada

📋 copy color: '#587274'

red 88 ◦ green 114 ◦ blue 116

#587274
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nevada #587274

Tints of Nevada #587274

RGB

 RED value IS 88 (34.77% from 255) = 27.67%

 GREEN value IS 114 (44.92% from 255) = 35.85%

 BLUE value IS 116 (45.7% from 255) = 36.48%

R = 27.67%
G = 35.85%
B = 36.48%

CMYK

 C value IS 0.24

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#587274 (or 0x587274) is known color: Nevada. HEX triplet: 58, 72 and 74. RGB value is (88,114,116). Sum of RGB (Red+Green+Blue) = 88+114+116=318 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.67% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 116 - color contains mainly: blue. Hex color #587274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587274 is #A78D8B. Grayscale: #6A6A6A. Windows color (decimal): -10980748 or 7631448. OLE color: 7631448.

HSL color Cylindrical-coordinate representation of color #587274: hue angle of 184.29º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #587274 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 88 114 116 -
CMYK 0.24 0.02 0 0.55
HSL 184.29º 0.14% 0.4% -
HSV(B) 184.29º 0.24% 0.45% -
XYZ 13.19 15.37 18.79 -
YUV 106.45 133.39 114.84 -
System Red Green Blue C M Y K H S L
Decimal 88 114 116 0.24 0.02 0 0.55 184.29 0.14 0.4
Hex 58 72 74 18 2 0 37 B8 E 28
Octal 130 162 164 30 2 0 67 270 16 50
Binary 1011000 1110010 1110100 11000 10 0 110111 10111000 1110 101000

Color Harmonies of #587274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587274

Black with #587274

Text Example


Text Example

White with #587274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587274; }

 p { color: rgb(88,114,116); }

 H1.HeaderClassName
 {
   color: #587274;
 }
 .AnyTagClassName
 {
   color: #587274;
 }
</style>

background-color css

<style>
 a { background-color: #587274; }

 a { background-color: rgb(88,114,116); }

 div.DivClassName
 {
   background-color: #587274;
 }
 .BgClassName
 {
   background-color: #587274;
 }
</style>

border-color css

<style>
 span { border-color: #587274; }

 span { border-color: rgb(88,114,116); }

 td.TdClassName
 {
   border-color: #587274;
 }
 .TagClassName
 {
   border-color: #587274;
 }
</style>