#555F84

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

Shades of Kashmir Blue #555F84

Tints of Kashmir Blue #555F84

Color information

#555F84 (or 0x555F84) is unknown color: approx Kashmir Blue. HEX triplet: 55, 5F and 84. RGB value is (85,95,132). Sum of RGB (Red+Green+Blue) = 85+95+132=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 95 (37.5% from 255 or 30.45% from 312); Blue value is 132 (51.95% from 255 or 42.31% from 312); Max value from RGB is 132 - color contains mainly: blue. Hex color #555F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555F84 is #AAA07B. Grayscale: #606060. Windows color (decimal): -11182204 or 8675157. OLE color: 8675157.

HSL color Cylindrical-coordinate representation of color #555F84: hue angle of 227.23º 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 #555F84 is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8595132-
CMYK0.360.2800.48
HSL227.23º21.66%42.55%-
HSV(B)227.23º35.61%51.76%-
XYZ1211.7823.47-
YUV96.23148.19119.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.24%
GREEN value IS 95 (37.5% from 255) = 30.45%
BLUE value IS 132 (51.95% from 255) = 42.31%
R=27.24%
G=30.45%
B=42.31%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal85951320.360.2800.48227.2321.6642.55
Hex555F84241C030e3162b
Octal12513720444340603432653
Binary10101011011111100001001001001110001100001110001110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555F84; }

 p { color: rgb(85,95,132); }

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

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

 a { background-color: rgb(85,95,132); }

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

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

 span { border-color: rgb(85,95,132); }

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