Html Css Color HEX #5F7670 Cutty Sark

📋 copy color: '#5F7670'

red 95 ◦ green 118 ◦ blue 112

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

Shades of Cutty Sark #5F7670

Tints of Cutty Sark #5F7670

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.31%

 BLUE value IS 112 (44.14% from 255) = 34.46%

R = 29.23%
G = 36.31%
B = 34.46%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#5F7670 (or 0x5F7670) is known color: Cutty Sark. HEX triplet: 5F, 76 and 70. RGB value is (95,118,112). Sum of RGB (Red+Green+Blue) = 95+118+112=325 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.23% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 118 - color contains mainly: green. Hex color #5F7670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7670 is #A0898F. Grayscale: #6E6E6E. Windows color (decimal): -10520976 or 7370335. OLE color: 7370335.

HSL color Cylindrical-coordinate representation of color #5F7670: hue angle of 164.35º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5F7670 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 95 118 112 -
CMYK 0.19 0 0.05 0.54
HSL 164.35º 0.11% 0.42% -
HSV(B) 164.35º 0.19% 0.46% -
XYZ 14.12 16.56 17.78 -
YUV 110.44 128.88 116.99 -
System Red Green Blue C M Y K H S L
Decimal 95 118 112 0.19 0 0.05 0.54 164.35 0.11 0.42
Hex 5F 76 70 13 0 5 36 A4 B 2A
Octal 137 166 160 23 0 5 66 244 13 52
Binary 1011111 1110110 1110000 10011 0 101 110110 10100100 1011 101010

Color Harmonies of #5F7670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7670

Black with #5F7670

Text Example


Text Example

White with #5F7670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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