#55906C

Color #55906C Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #55906C

Tints of Cutty Sark #55906C

Color information

#55906C (or 0x55906C) is unknown color: approx Cutty Sark. HEX triplet: 55, 90 and 6C. RGB value is (85,144,108). Sum of RGB (Red+Green+Blue) = 85+144+108=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 144 (56.64% from 255 or 42.73% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 144 - color contains mainly: green. Hex color #55906C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55906C is #AA6F93. Grayscale: #7A7A7A. Windows color (decimal): -11169684 or 7114837. OLE color: 7114837.

HSL color Cylindrical-coordinate representation of color #55906C: hue angle of 143.39º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55906C is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB85144108-
CMYK0.4100.250.44
HSL143.39º25.76%44.9%-
HSV(B)143.39º40.97%56.47%-
XYZ16.4322.9617.75-
YUV122.25119.95101.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.22%
GREEN value IS 144 (56.64% from 255) = 42.73%
BLUE value IS 108 (42.58% from 255) = 32.05%
R=25.22%
G=42.73%
B=32.05%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal851441080.4100.250.44143.3925.7644.9
Hex55906C290192C8f1a2d
Octal12522015451031542173255
Binary10101011001000011011001010010110011011001000111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55906C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55906C; }

 p { color: rgb(85,144,108); }

 H1.HeaderClassName
 {
   color: #55906C;
 }
 .AnyTagClassName
 {
   color: #55906C;
 }
</style>
background-color css

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

 a { background-color: rgb(85,144,108); }

 div.DivClassName
 {
   background-color: #55906C;
 }
 .BgClassName
 {
   background-color: #55906C;
 }
</style>
border-color css

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

 span { border-color: rgb(85,144,108); }

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