Html Css Color HEX #558578 Cutty Sark

📋 copy color: '#558578'

red 85 ◦ green 133 ◦ blue 120

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

Shades of Cutty Sark #558578

Tints of Cutty Sark #558578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 35.5%

R = 25.15%
G = 39.35%
B = 35.5%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#558578 (or 0x558578) is known color: Cutty Sark. HEX triplet: 55, 85 and 78. RGB value is (85,133,120). Sum of RGB (Red+Green+Blue) = 85+133+120=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 133 (52.34% from 255 or 39.35% from 338); Blue value is 120 (47.27% from 255 or 35.50% from 338); Max value from RGB is 133 - color contains mainly: green. Hex color #558578 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558578 is #AA7A87. Grayscale: #757575. Windows color (decimal): -11172488 or 7898453. OLE color: 7898453.

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

Color convert

RGB 85 133 120 -
CMYK 0.36 0 0.10 0.48
HSL 163.75º 0.22% 0.43% -
HSV(B) 163.75º 0.36% 0.52% -
XYZ 15.52 20.06 20.82 -
YUV 117.17 129.6 105.06 -
System Red Green Blue C M Y K H S L
Decimal 85 133 120 0.36 0 0.10 0.48 163.75 0.22 0.43
Hex 55 85 78 24 0 A 30 A4 16 2B
Octal 125 205 170 44 0 12 60 244 26 53
Binary 1010101 10000101 1111000 100100 0 1010 110000 10100100 10110 101011

Color Harmonies of #558578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558578

Black with #558578

Text Example


Text Example

White with #558578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558578; }

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

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

background-color css

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

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

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

border-color css

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

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

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