Html Css Color HEX #558A72 Cutty Sark

📋 copy color: '#558A72'

red 85 ◦ green 138 ◦ blue 114

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

Shades of Cutty Sark #558A72

Tints of Cutty Sark #558A72

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.95%

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

R = 25.22%
G = 40.95%
B = 33.83%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#558A72 (or 0x558A72) is known color: Cutty Sark. HEX triplet: 55, 8A and 72. RGB value is (85,138,114). Sum of RGB (Red+Green+Blue) = 85+138+114=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 138 (54.30% from 255 or 40.95% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 138 - color contains mainly: green. Hex color #558A72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558A72 is #AA758D. Grayscale: #777777. Windows color (decimal): -11171214 or 7506517. OLE color: 7506517.

HSL color Cylindrical-coordinate representation of color #558A72: hue angle of 152.83º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #558A72 is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB 85 138 114 -
CMYK 0.38 0 0.17 0.46
HSL 152.83º 0.24% 0.44% -
HSV(B) 152.83º 0.38% 0.54% -
XYZ 15.87 21.32 19.2 -
YUV 119.42 124.94 103.45 -
System Red Green Blue C M Y K H S L
Decimal 85 138 114 0.38 0 0.17 0.46 152.83 0.24 0.44
Hex 55 8A 72 26 0 11 2E 99 18 2C
Octal 125 212 162 46 0 21 56 231 30 54
Binary 1010101 10001010 1110010 100110 0 10001 101110 10011001 11000 101100

Color Harmonies of #558A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558A72

Black with #558A72

Text Example


Text Example

White with #558A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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