Html Css Color HEX #557367 Cutty Sark

📋 copy color: '#557367'

red 85 ◦ green 115 ◦ blue 103

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

Shades of Cutty Sark #557367

Tints of Cutty Sark #557367

RGB

 RED value IS 85 (33.59% from 255) = 28.05%

 GREEN value IS 115 (45.31% from 255) = 37.95%

 BLUE value IS 103 (40.63% from 255) = 33.99%

R = 28.05%
G = 37.95%
B = 33.99%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#557367 (or 0x557367) is known color: Cutty Sark. HEX triplet: 55, 73 and 67. RGB value is (85,115,103). Sum of RGB (Red+Green+Blue) = 85+115+103=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 103 (40.62% from 255 or 33.99% from 303); Max value from RGB is 115 - color contains mainly: green. Hex color #557367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557367 is #AA8C98. Grayscale: #686868. Windows color (decimal): -11177113 or 6779733. OLE color: 6779733.

HSL color Cylindrical-coordinate representation of color #557367: hue angle of 156º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #557367 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 115 103 -
CMYK 0.26 0 0.10 0.55
HSL 156º 0.15% 0.39% -
HSV(B) 156º 0.26% 0.45% -
XYZ 12.33 15.17 15.11 -
YUV 104.66 127.06 113.98 -
System Red Green Blue C M Y K H S L
Decimal 85 115 103 0.26 0 0.10 0.55 156 0.15 0.39
Hex 55 73 67 1A 0 A 37 9C F 27
Octal 125 163 147 32 0 12 67 234 17 47
Binary 1010101 1110011 1100111 11010 0 1010 110111 10011100 1111 100111

Color Harmonies of #557367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557367

Black with #557367

Text Example


Text Example

White with #557367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557367; }

 p { color: rgb(85,115,103); }

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

background-color css

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

 a { background-color: rgb(85,115,103); }

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

border-color css

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

 span { border-color: rgb(85,115,103); }

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