Html Css Color HEX #5B7168 Cutty Sark

📋 copy color: '#5B7168'

red 91 ◦ green 113 ◦ blue 104

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

Shades of Cutty Sark #5B7168

Tints of Cutty Sark #5B7168

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.69%

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

R = 29.55%
G = 36.69%
B = 33.77%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#5B7168 (or 0x5B7168) is known color: Cutty Sark. HEX triplet: 5B, 71 and 68. RGB value is (91,113,104). Sum of RGB (Red+Green+Blue) = 91+113+104=308 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.55% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 113 - color contains mainly: green. Hex color #5B7168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7168 is #A48E97. Grayscale: #696969. Windows color (decimal): -10784408 or 6844763. OLE color: 6844763.

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

Color convert

RGB 91 113 104 -
CMYK 0.19 0 0.08 0.56
HSL 155.45º 0.11% 0.4% -
HSV(B) 155.45º 0.19% 0.44% -
XYZ 12.72 15.03 15.33 -
YUV 105.4 127.21 117.73 -
System Red Green Blue C M Y K H S L
Decimal 91 113 104 0.19 0 0.08 0.56 155.45 0.11 0.4
Hex 5B 71 68 13 0 8 38 9B B 28
Octal 133 161 150 23 0 10 70 233 13 50
Binary 1011011 1110001 1101000 10011 0 1000 111000 10011011 1011 101000

Color Harmonies of #5B7168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7168

Black with #5B7168

Text Example


Text Example

White with #5B7168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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