#55648A

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

Shades of Kashmir Blue #55648A

Tints of Kashmir Blue #55648A

Color information

#55648A (or 0x55648A) is unknown color: approx Kashmir Blue. HEX triplet: 55, 64 and 8A. RGB value is (85,100,138). Sum of RGB (Red+Green+Blue) = 85+100+138=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 138 - color contains mainly: blue. Hex color #55648A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55648A is #AA9B75. Grayscale: #636363. Windows color (decimal): -11180918 or 9069653. OLE color: 9069653.

HSL color Cylindrical-coordinate representation of color #55648A: hue angle of 223.02º 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 #55648A is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB85100138-
CMYK0.380.2800.46
HSL223.02º23.77%43.73%-
HSV(B)223.02º38.41%54.12%-
XYZ12.8912.8825.85-
YUV99.85149.53117.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.32%
GREEN value IS 100 (39.45% from 255) = 30.96%
BLUE value IS 138 (54.30% from 255) = 42.72%
R=26.32%
G=30.96%
B=42.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal851001380.380.2800.46223.0223.7743.73
Hex55648A261C02Edf182c
Octal12514421246340563373054
Binary10101011100100100010101001101110001011101101111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55648A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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