Html Css Color HEX #55857A Cutty Sark

📋 copy color: '#55857A'

red 85 ◦ green 133 ◦ blue 122

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

Shades of Cutty Sark #55857A

Tints of Cutty Sark #55857A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.88%

R = 25%
G = 39.12%
B = 35.88%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#55857A (or 0x55857A) is known color: Cutty Sark. HEX triplet: 55, 85 and 7A. RGB value is (85,133,122). Sum of RGB (Red+Green+Blue) = 85+133+122=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 133 - color contains mainly: green. Hex color #55857A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55857A is #AA7A85. Grayscale: #757575. Windows color (decimal): -11172486 or 8029525. OLE color: 8029525.

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

Color convert

RGB 85 133 122 -
CMYK 0.36 0 0.08 0.48
HSL 166.25º 0.22% 0.43% -
HSV(B) 166.25º 0.36% 0.52% -
XYZ 15.65 20.11 21.47 -
YUV 117.39 130.6 104.89 -
System Red Green Blue C M Y K H S L
Decimal 85 133 122 0.36 0 0.08 0.48 166.25 0.22 0.43
Hex 55 85 7A 24 0 8 30 A6 16 2B
Octal 125 205 172 44 0 10 60 246 26 53
Binary 1010101 10000101 1111010 100100 0 1000 110000 10100110 10110 101011

Color Harmonies of #55857A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55857A

Black with #55857A

Text Example


Text Example

White with #55857A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55857A; }

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

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

background-color css

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

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

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

border-color css

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

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

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