Html Css Color HEX #586B6C Nevada

📋 copy color: '#586B6C'

red 88 ◦ green 107 ◦ blue 108

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

Shades of Nevada #586B6C

Tints of Nevada #586B6C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.31%

 BLUE value IS 108 (42.58% from 255) = 35.64%

R = 29.04%
G = 35.31%
B = 35.64%

CMYK

 C value IS 0.19

 M value IS 0.01

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#586B6C (or 0x586B6C) is known color: Nevada. HEX triplet: 58, 6B and 6C. RGB value is (88,107,108). Sum of RGB (Red+Green+Blue) = 88+107+108=303 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.04% from 303); Green value is 107 (42.19% from 255 or 35.31% from 303); Blue value is 108 (42.58% from 255 or 35.64% from 303); Max value from RGB is 108 - color contains mainly: blue. Hex color #586B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586B6C is #A79493. Grayscale: #656565. Windows color (decimal): -10982548 or 7105368. OLE color: 7105368.

HSL color Cylindrical-coordinate representation of color #586B6C: hue angle of 183º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #586B6C is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 88 107 108 -
CMYK 0.19 0.01 0 0.58
HSL 183º 0.1% 0.38% -
HSV(B) 183º 0.19% 0.42% -
XYZ 11.99 13.67 16.19 -
YUV 101.43 131.71 118.42 -
System Red Green Blue C M Y K H S L
Decimal 88 107 108 0.19 0.01 0 0.58 183 0.1 0.38
Hex 58 6B 6C 13 1 0 3A B7 A 26
Octal 130 153 154 23 1 0 72 267 12 46
Binary 1011000 1101011 1101100 10011 1 0 111010 10110111 1010 100110

Color Harmonies of #586B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586B6C

Black with #586B6C

Text Example


Text Example

White with #586B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586B6C; }

 p { color: rgb(88,107,108); }

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

background-color css

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

 a { background-color: rgb(88,107,108); }

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

border-color css

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

 span { border-color: rgb(88,107,108); }

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