Html Css Color HEX #558470 Cutty Sark

📋 copy color: '#558470'

red 85 ◦ green 132 ◦ blue 112

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

Shades of Cutty Sark #558470

Tints of Cutty Sark #558470

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.12%

 BLUE value IS 112 (44.14% from 255) = 34.04%

R = 25.84%
G = 40.12%
B = 34.04%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#558470 (or 0x558470) is known color: Cutty Sark. HEX triplet: 55, 84 and 70. RGB value is (85,132,112). Sum of RGB (Red+Green+Blue) = 85+132+112=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 132 - color contains mainly: green. Hex color #558470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558470 is #AA7B8F. Grayscale: #737373. Windows color (decimal): -11172752 or 7373909. OLE color: 7373909.

HSL color Cylindrical-coordinate representation of color #558470: hue angle of 154.47º 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 #558470 is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB 85 132 112 -
CMYK 0.36 0 0.15 0.48
HSL 154.47º 0.22% 0.43% -
HSV(B) 154.47º 0.36% 0.52% -
XYZ 14.92 19.6 18.33 -
YUV 115.67 125.93 106.13 -
System Red Green Blue C M Y K H S L
Decimal 85 132 112 0.36 0 0.15 0.48 154.47 0.22 0.43
Hex 55 84 70 24 0 F 30 9A 16 2B
Octal 125 204 160 44 0 17 60 232 26 53
Binary 1010101 10000100 1110000 100100 0 1111 110000 10011010 10110 101011

Color Harmonies of #558470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558470

Black with #558470

Text Example


Text Example

White with #558470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558470; }

 p { color: rgb(85,132,112); }

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

background-color css

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

 a { background-color: rgb(85,132,112); }

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

border-color css

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

 span { border-color: rgb(85,132,112); }

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