Html Css Color HEX #5E7069 Cutty Sark

📋 copy color: '#5E7069'

red 94 ◦ green 112 ◦ blue 105

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

Shades of Cutty Sark #5E7069

Tints of Cutty Sark #5E7069

RGB

 RED value IS 94 (37.11% from 255) = 30.23%

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

 BLUE value IS 105 (41.41% from 255) = 33.76%

R = 30.23%
G = 36.01%
B = 33.76%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#5E7069 (or 0x5E7069) is known color: Cutty Sark. HEX triplet: 5E, 70 and 69. RGB value is (94,112,105). Sum of RGB (Red+Green+Blue) = 94+112+105=311 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.23% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 105 (41.41% from 255 or 33.76% from 311); Max value from RGB is 112 - color contains mainly: green. Hex color #5E7069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7069 is #A18F96. Grayscale: #696969. Windows color (decimal): -10588055 or 6910046. OLE color: 6910046.

HSL color Cylindrical-coordinate representation of color #5E7069: hue angle of 156.67º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5E7069 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 94 112 105 -
CMYK 0.16 0 0.06 0.56
HSL 156.67º 0.09% 0.4% -
HSV(B) 156.67º 0.16% 0.44% -
XYZ 12.96 14.99 15.57 -
YUV 105.82 127.54 119.57 -
System Red Green Blue C M Y K H S L
Decimal 94 112 105 0.16 0 0.06 0.56 156.67 0.09 0.4
Hex 5E 70 69 10 0 6 38 9D 9 28
Octal 136 160 151 20 0 6 70 235 11 50
Binary 1011110 1110000 1101001 10000 0 110 111000 10011101 1001 101000

Color Harmonies of #5E7069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7069

Black with #5E7069

Text Example


Text Example

White with #5E7069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,112,105); }

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

background-color css

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

 a { background-color: rgb(94,112,105); }

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

border-color css

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

 span { border-color: rgb(94,112,105); }

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