#557995

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

Shades of Kashmir Blue #557995

Tints of Kashmir Blue #557995

Color information

#557995 (or 0x557995) is unknown color: approx Kashmir Blue. HEX triplet: 55, 79 and 95. RGB value is (85,121,149). Sum of RGB (Red+Green+Blue) = 85+121+149=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 149 - color contains mainly: blue. Hex color #557995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557995 is #AA866A. Grayscale: #717171. Windows color (decimal): -11175531 or 9795925. OLE color: 9795925.

HSL color Cylindrical-coordinate representation of color #557995: hue angle of 206.25º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #557995 is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB85121149-
CMYK0.430.1900.42
HSL206.25º27.35%45.88%-
HSV(B)206.25º42.95%58.43%-
XYZ16.0117.7831.02-
YUV113.43148.07107.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.94%
GREEN value IS 121 (47.66% from 255) = 34.08%
BLUE value IS 149 (58.59% from 255) = 41.97%
R=23.94%
G=34.08%
B=41.97%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851211490.430.1900.42206.2527.3545.88
Hex5579952B1302Ace1b2e
Octal12517122553230523163356
Binary10101011111001100101011010111001101010101100111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557995; }

 p { color: rgb(85,121,149); }

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

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

 a { background-color: rgb(85,121,149); }

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

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

 span { border-color: rgb(85,121,149); }

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