#55658B

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

Shades of Kashmir Blue #55658B

Tints of Kashmir Blue #55658B

Color information

#55658B (or 0x55658B) is unknown color: approx Kashmir Blue. HEX triplet: 55, 65 and 8B. RGB value is (85,101,139). Sum of RGB (Red+Green+Blue) = 85+101+139=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 139 - color contains mainly: blue. Hex color #55658B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55658B is #AA9A74. Grayscale: #646464. Windows color (decimal): -11180661 or 9135445. OLE color: 9135445.

HSL color Cylindrical-coordinate representation of color #55658B: hue angle of 222.22º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #55658B is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB85101139-
CMYK0.390.2700.45
HSL222.22º24.11%43.92%-
HSV(B)222.22º38.85%54.51%-
XYZ13.0613.126.27-
YUV100.55149.7116.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.15%
GREEN value IS 101 (39.84% from 255) = 31.08%
BLUE value IS 139 (54.69% from 255) = 42.77%
R=26.15%
G=31.08%
B=42.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal851011390.390.2700.45222.2224.1143.92
Hex55658B271B02Dde182c
Octal12514521347330553363054
Binary10101011100101100010111001111101101011011101111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55658B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55658B; }

 p { color: rgb(85,101,139); }

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

<style>
 a { background-color: #55658B; }

 a { background-color: rgb(85,101,139); }

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

<style>
 span { border-color: #55658B; }

 span { border-color: rgb(85,101,139); }

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