Html Css Color HEX #557267 Cutty Sark

📋 copy color: '#557267'

red 85 ◦ green 114 ◦ blue 103

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

Shades of Cutty Sark #557267

Tints of Cutty Sark #557267

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.75%

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

R = 28.15%
G = 37.75%
B = 34.11%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#557267 (or 0x557267) is known color: Cutty Sark. HEX triplet: 55, 72 and 67. RGB value is (85,114,103). Sum of RGB (Red+Green+Blue) = 85+114+103=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 103 (40.62% from 255 or 34.11% from 302); Max value from RGB is 114 - color contains mainly: green. Hex color #557267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557267 is #AA8D98. Grayscale: #686868. Windows color (decimal): -11177369 or 6779477. OLE color: 6779477.

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

Color convert

RGB 85 114 103 -
CMYK 0.25 0 0.10 0.55
HSL 157.24º 0.15% 0.39% -
HSV(B) 157.24º 0.25% 0.45% -
XYZ 12.21 14.95 15.07 -
YUV 104.08 127.39 114.39 -
System Red Green Blue C M Y K H S L
Decimal 85 114 103 0.25 0 0.10 0.55 157.24 0.15 0.39
Hex 55 72 67 19 0 A 37 9D F 27
Octal 125 162 147 31 0 12 67 235 17 47
Binary 1010101 1110010 1100111 11001 0 1010 110111 10011101 1111 100111

Color Harmonies of #557267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557267

Black with #557267

Text Example


Text Example

White with #557267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557267; }

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

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

background-color css

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

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

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

border-color css

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

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

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