Html Css Color HEX #5B7069 Cutty Sark

📋 copy color: '#5B7069'

red 91 ◦ green 112 ◦ blue 105

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

Shades of Cutty Sark #5B7069

Tints of Cutty Sark #5B7069

RGB

 RED value IS 91 (35.94% from 255) = 29.55%

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

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

R = 29.55%
G = 36.36%
B = 34.09%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#5B7069 (or 0x5B7069) is known color: Cutty Sark. HEX triplet: 5B, 70 and 69. RGB value is (91,112,105). Sum of RGB (Red+Green+Blue) = 91+112+105=308 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.55% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 112 - color contains mainly: green. Hex color #5B7069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7069 is #A48F96. Grayscale: #686868. Windows color (decimal): -10784663 or 6910043. OLE color: 6910043.

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

Color convert

RGB 91 112 105 -
CMYK 0.19 0 0.06 0.56
HSL 160º 0.1% 0.4% -
HSV(B) 160º 0.19% 0.44% -
XYZ 12.66 14.83 15.56 -
YUV 104.92 128.04 118.07 -
System Red Green Blue C M Y K H S L
Decimal 91 112 105 0.19 0 0.06 0.56 160 0.1 0.4
Hex 5B 70 69 13 0 6 38 A0 A 28
Octal 133 160 151 23 0 6 70 240 12 50
Binary 1011011 1110000 1101001 10011 0 110 111000 10100000 1010 101000

Color Harmonies of #5B7069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7069

Black with #5B7069

Text Example


Text Example

White with #5B7069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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