#557294

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

Shades of Kashmir Blue #557294

Tints of Kashmir Blue #557294

Color information

#557294 (or 0x557294) is unknown color: approx Kashmir Blue. HEX triplet: 55, 72 and 94. RGB value is (85,114,148). Sum of RGB (Red+Green+Blue) = 85+114+148=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 148 (58.20% from 255 or 42.65% from 347); Max value from RGB is 148 - color contains mainly: blue. Hex color #557294 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557294 is #AA8D6B. Grayscale: #6D6D6D. Windows color (decimal): -11177324 or 9728597. OLE color: 9728597.

HSL color Cylindrical-coordinate representation of color #557294: hue angle of 212.38º 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 #557294 is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB85114148-
CMYK0.430.2300.42
HSL212.38º27.04%45.69%-
HSV(B)212.38º42.57%58.04%-
XYZ15.1116.130.33-
YUV109.2149.89110.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.50%
GREEN value IS 114 (44.92% from 255) = 32.85%
BLUE value IS 148 (58.20% from 255) = 42.65%
R=24.50%
G=32.85%
B=42.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851141480.430.2300.42212.3827.0445.69
Hex5572942B1702Ad41b2e
Octal12516222453270523243356
Binary10101011110010100101001010111011101010101101010011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557294; }

 p { color: rgb(85,114,148); }

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

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

 a { background-color: rgb(85,114,148); }

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

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

 span { border-color: rgb(85,114,148); }

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