Html Css Color HEX #55867A Cutty Sark

📋 copy color: '#55867A'

red 85 ◦ green 134 ◦ blue 122

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

Shades of Cutty Sark #55867A

Tints of Cutty Sark #55867A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.3%

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

R = 24.93%
G = 39.3%
B = 35.78%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#55867A (or 0x55867A) is known color: Cutty Sark. HEX triplet: 55, 86 and 7A. RGB value is (85,134,122). Sum of RGB (Red+Green+Blue) = 85+134+122=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 134 (52.73% from 255 or 39.30% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 134 - color contains mainly: green. Hex color #55867A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55867A is #AA7985. Grayscale: #757575. Windows color (decimal): -11172230 or 8029781. OLE color: 8029781.

HSL color Cylindrical-coordinate representation of color #55867A: hue angle of 165.31º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #55867A is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 134 122 -
CMYK 0.37 0 0.09 0.47
HSL 165.31º 0.22% 0.43% -
HSV(B) 165.31º 0.37% 0.53% -
XYZ 15.78 20.39 21.52 -
YUV 117.98 130.27 104.48 -
System Red Green Blue C M Y K H S L
Decimal 85 134 122 0.37 0 0.09 0.47 165.31 0.22 0.43
Hex 55 86 7A 25 0 9 2F A5 16 2B
Octal 125 206 172 45 0 11 57 245 26 53
Binary 1010101 10000110 1111010 100101 0 1001 101111 10100101 10110 101011

Color Harmonies of #55867A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55867A

Black with #55867A

Text Example


Text Example

White with #55867A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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