Html Css Color HEX #5F707F Raven

📋 copy color: '#5F707F'

red 95 ◦ green 112 ◦ blue 127

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

Shades of Raven #5F707F

Tints of Raven #5F707F

RGB

 RED value IS 95 (37.5% from 255) = 28.44%

 GREEN value IS 112 (44.14% from 255) = 33.53%

 BLUE value IS 127 (50% from 255) = 38.02%

R = 28.44%
G = 33.53%
B = 38.02%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5F707F (or 0x5F707F) is known color: Raven. HEX triplet: 5F, 70 and 7F. RGB value is (95,112,127). Sum of RGB (Red+Green+Blue) = 95+112+127=334 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.44% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 127 - color contains mainly: blue. Hex color #5F707F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F707F is #A08F80. Grayscale: #6C6C6C. Windows color (decimal): -10522497 or 8351839. OLE color: 8351839.

HSL color Cylindrical-coordinate representation of color #5F707F: hue angle of 208.12º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5F707F is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 95 112 127 -
CMYK 0.25 0.12 0 0.50
HSL 208.13º 0.14% 0.44% -
HSV(B) 208.13º 0.25% 0.5% -
XYZ 14.34 15.55 22.32 -
YUV 108.63 138.37 118.28 -
System Red Green Blue C M Y K H S L
Decimal 95 112 127 0.25 0.12 0 0.50 208.13 0.14 0.44
Hex 5F 70 7F 19 C 0 32 D0 E 2C
Octal 137 160 177 31 14 0 62 320 16 54
Binary 1011111 1110000 1111111 11001 1100 0 110010 11010000 1110 101100

Color Harmonies of #5F707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F707F

Black with #5F707F

Text Example


Text Example

White with #5F707F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,112,127); }

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

background-color css

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

 a { background-color: rgb(95,112,127); }

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

border-color css

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

 span { border-color: rgb(95,112,127); }

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