#55688D

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

Shades of Kashmir Blue #55688D

Tints of Kashmir Blue #55688D

Color information

#55688D (or 0x55688D) is unknown color: approx Kashmir Blue. HEX triplet: 55, 68 and 8D. RGB value is (85,104,141). Sum of RGB (Red+Green+Blue) = 85+104+141=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 141 - color contains mainly: blue. Hex color #55688D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55688D is #AA9772. Grayscale: #666666. Windows color (decimal): -11179891 or 9267285. OLE color: 9267285.

HSL color Cylindrical-coordinate representation of color #55688D: hue angle of 219.64º 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 #55688D is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB85104141-
CMYK0.400.2600.45
HSL219.64º24.78%44.31%-
HSV(B)219.64º39.72%55.29%-
XYZ13.513.7627.14-
YUV102.54149.71115.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.76%
GREEN value IS 104 (41.02% from 255) = 31.52%
BLUE value IS 141 (55.47% from 255) = 42.73%
R=25.76%
G=31.52%
B=42.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal851041410.400.2600.45219.6424.7844.31
Hex55688D281A02Ddc192c
Octal12515021550320553343154
Binary10101011101000100011011010001101001011011101110011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55688D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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