#55658A

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

Shades of Kashmir Blue #55658A

Tints of Kashmir Blue #55658A

Color information

#55658A (or 0x55658A) is unknown color: approx Kashmir Blue. HEX triplet: 55, 65 and 8A. RGB value is (85,101,138). Sum of RGB (Red+Green+Blue) = 85+101+138=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 138 - color contains mainly: blue. Hex color #55658A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55658A is #AA9A75. Grayscale: #646464. Windows color (decimal): -11180662 or 9069909. OLE color: 9069909.

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

Color convert

RGB85101138-
CMYK0.380.2700.46
HSL221.89º23.77%43.73%-
HSV(B)221.89º38.41%54.12%-
XYZ12.9913.0725.88-
YUV100.43149.2116.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.23%
GREEN value IS 101 (39.84% from 255) = 31.17%
BLUE value IS 138 (54.30% from 255) = 42.59%
R=26.23%
G=31.17%
B=42.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal851011380.380.2700.46221.8923.7743.73
Hex55658A261B02Ede182c
Octal12514521246330563363054
Binary10101011100101100010101001101101101011101101111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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