#55668D

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

Shades of Kashmir Blue #55668D

Tints of Kashmir Blue #55668D

Color information

#55668D (or 0x55668D) is unknown color: approx Kashmir Blue. HEX triplet: 55, 66 and 8D. RGB value is (85,102,141). Sum of RGB (Red+Green+Blue) = 85+102+141=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 141 - color contains mainly: blue. Hex color #55668D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55668D is #AA9972. Grayscale: #656565. Windows color (decimal): -11180403 or 9266773. OLE color: 9266773.

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

Color convert

RGB85102141-
CMYK0.400.2800.45
HSL221.79º24.78%44.31%-
HSV(B)221.79º39.72%55.29%-
XYZ13.3113.3627.08-
YUV101.36150.37116.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.91%
GREEN value IS 102 (40.23% from 255) = 31.10%
BLUE value IS 141 (55.47% from 255) = 42.99%
R=25.91%
G=31.10%
B=42.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal851021410.400.2800.45221.7924.7844.31
Hex55668D281C02Dde192c
Octal12514621550340553363154
Binary10101011100110100011011010001110001011011101111011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55668D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55668D; }

 p { color: rgb(85,102,141); }

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

<style>
 a { background-color: #55668D; }

 a { background-color: rgb(85,102,141); }

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

<style>
 span { border-color: #55668D; }

 span { border-color: rgb(85,102,141); }

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