#5F687B

Color #5F687B Raven (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raven #5F687B

Tints of Raven #5F687B

Color information

#5F687B (or 0x5F687B) is unknown color: approx Raven. HEX triplet: 5F, 68 and 7B. RGB value is (95,104,123). Sum of RGB (Red+Green+Blue) = 95+104+123=322 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.50% from 322); Green value is 104 (41.02% from 255 or 32.30% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 123 - color contains mainly: blue. Hex color #5F687B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F687B is #A09784. Grayscale: #676767. Windows color (decimal): -10524549 or 8087647. OLE color: 8087647.

HSL color Cylindrical-coordinate representation of color #5F687B: hue angle of 220.71º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5F687B is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB95104123-
CMYK0.230.1500.52
HSL220.71º12.84%42.75%-
HSV(B)220.71º22.76%48.24%-
XYZ13.2413.7620.7-
YUV103.48139.02121.96-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.50%
GREEN value IS 104 (41.02% from 255) = 32.30%
BLUE value IS 123 (48.44% from 255) = 38.20%
R=29.50%
G=32.30%
B=38.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal951041230.230.1500.52220.7112.8442.75
Hex5F687B17F034ddd2b
Octal13715017327170643351553
Binary1011111110100011110111011111110110100110111011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F687B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F687B; }

 p { color: rgb(95,104,123); }

 H1.HeaderClassName
 {
   color: #5F687B;
 }
 .AnyTagClassName
 {
   color: #5F687B;
 }
</style>
background-color css

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

 a { background-color: rgb(95,104,123); }

 div.DivClassName
 {
   background-color: #5F687B;
 }
 .BgClassName
 {
   background-color: #5F687B;
 }
</style>
border-color css

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

 span { border-color: rgb(95,104,123); }

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