Html Css Color HEX #5B7068 Cutty Sark

📋 copy color: '#5B7068'

red 91 ◦ green 112 ◦ blue 104

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

Shades of Cutty Sark #5B7068

Tints of Cutty Sark #5B7068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.88%

R = 29.64%
G = 36.48%
B = 33.88%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#5B7068 (or 0x5B7068) is known color: Cutty Sark. HEX triplet: 5B, 70 and 68. RGB value is (91,112,104). Sum of RGB (Red+Green+Blue) = 91+112+104=307 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.64% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 112 - color contains mainly: green. Hex color #5B7068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7068 is #A48F97. Grayscale: #686868. Windows color (decimal): -10784664 or 6844507. OLE color: 6844507.

HSL color Cylindrical-coordinate representation of color #5B7068: hue angle of 157.14º 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 #5B7068 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB 91 112 104 -
CMYK 0.19 0 0.07 0.56
HSL 157.14º 0.1% 0.4% -
HSV(B) 157.14º 0.19% 0.44% -
XYZ 12.61 14.81 15.29 -
YUV 104.81 127.54 118.15 -
System Red Green Blue C M Y K H S L
Decimal 91 112 104 0.19 0 0.07 0.56 157.14 0.1 0.4
Hex 5B 70 68 13 0 7 38 9D A 28
Octal 133 160 150 23 0 7 70 235 12 50
Binary 1011011 1110000 1101000 10011 0 111 111000 10011101 1010 101000

Color Harmonies of #5B7068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7068

Black with #5B7068

Text Example


Text Example

White with #5B7068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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