Html Css Color HEX #558572 Cutty Sark

📋 copy color: '#558572'

red 85 ◦ green 133 ◦ blue 114

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

Shades of Cutty Sark #558572

Tints of Cutty Sark #558572

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.06%

 BLUE value IS 114 (44.92% from 255) = 34.34%

R = 25.6%
G = 40.06%
B = 34.34%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#558572 (or 0x558572) is known color: Cutty Sark. HEX triplet: 55, 85 and 72. RGB value is (85,133,114). Sum of RGB (Red+Green+Blue) = 85+133+114=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 133 - color contains mainly: green. Hex color #558572 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558572 is #AA7A8D. Grayscale: #747474. Windows color (decimal): -11172494 or 7505237. OLE color: 7505237.

HSL color Cylindrical-coordinate representation of color #558572: hue angle of 156.25º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #558572 is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 85 133 114 -
CMYK 0.36 0 0.14 0.48
HSL 156.25º 0.22% 0.43% -
HSV(B) 156.25º 0.36% 0.52% -
XYZ 15.17 19.92 18.97 -
YUV 116.48 126.6 105.54 -
System Red Green Blue C M Y K H S L
Decimal 85 133 114 0.36 0 0.14 0.48 156.25 0.22 0.43
Hex 55 85 72 24 0 E 30 9C 16 2B
Octal 125 205 162 44 0 16 60 234 26 53
Binary 1010101 10000101 1110010 100100 0 1110 110000 10011100 10110 101011

Color Harmonies of #558572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558572

Black with #558572

Text Example


Text Example

White with #558572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558572; }

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

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

background-color css

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

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

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

border-color css

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

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

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