Html Css Color HEX #558175 Cutty Sark

📋 copy color: '#558175'

red 85 ◦ green 129 ◦ blue 117

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

Shades of Cutty Sark #558175

Tints of Cutty Sark #558175

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.97%

 BLUE value IS 117 (46.09% from 255) = 35.35%

R = 25.68%
G = 38.97%
B = 35.35%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#558175 (or 0x558175) is known color: Cutty Sark. HEX triplet: 55, 81 and 75. RGB value is (85,129,117). Sum of RGB (Red+Green+Blue) = 85+129+117=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 129 - color contains mainly: green. Hex color #558175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558175 is #AA7E8A. Grayscale: #727272. Windows color (decimal): -11173515 or 7700821. OLE color: 7700821.

HSL color Cylindrical-coordinate representation of color #558175: hue angle of 163.64º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #558175 is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 129 117 -
CMYK 0.34 0 0.09 0.49
HSL 163.64º 0.21% 0.42% -
HSV(B) 163.64º 0.34% 0.51% -
XYZ 14.81 18.92 19.7 -
YUV 114.48 129.42 106.98 -
System Red Green Blue C M Y K H S L
Decimal 85 129 117 0.34 0 0.09 0.49 163.64 0.21 0.42
Hex 55 81 75 22 0 9 31 A4 15 2A
Octal 125 201 165 42 0 11 61 244 25 52
Binary 1010101 10000001 1110101 100010 0 1001 110001 10100100 10101 101010

Color Harmonies of #558175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558175

Black with #558175

Text Example


Text Example

White with #558175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558175; }

 p { color: rgb(85,129,117); }

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

background-color css

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

 a { background-color: rgb(85,129,117); }

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

border-color css

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

 span { border-color: rgb(85,129,117); }

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