#55728E

Color #55728E Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #55728E

Tints of Kashmir Blue #55728E

Color information

#55728E (or 0x55728E) is unknown color: approx Kashmir Blue. HEX triplet: 55, 72 and 8E. RGB value is (85,114,142). Sum of RGB (Red+Green+Blue) = 85+114+142=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 142 (55.86% from 255 or 41.64% from 341); Max value from RGB is 142 - color contains mainly: blue. Hex color #55728E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55728E is #AA8D71. Grayscale: #6C6C6C. Windows color (decimal): -11177330 or 9335381. OLE color: 9335381.

HSL color Cylindrical-coordinate representation of color #55728E: hue angle of 209.47º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #55728E is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB85114142-
CMYK0.400.2000.44
HSL209.47º25.11%44.51%-
HSV(B)209.47º40.14%55.69%-
XYZ14.6515.9227.89-
YUV108.52146.89111.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.93%
GREEN value IS 114 (44.92% from 255) = 33.43%
BLUE value IS 142 (55.86% from 255) = 41.64%
R=24.93%
G=33.43%
B=41.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal851141420.400.2000.44209.4725.1144.51
Hex55728E281402Cd1192d
Octal12516221650240543213155
Binary10101011110010100011101010001010001011001101000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55728E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55728E; }

 p { color: rgb(85,114,142); }

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

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

 a { background-color: rgb(85,114,142); }

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

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

 span { border-color: rgb(85,114,142); }

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