#557492

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

Shades of Kashmir Blue #557492

Tints of Kashmir Blue #557492

Color information

#557492 (or 0x557492) is unknown color: approx Kashmir Blue. HEX triplet: 55, 74 and 92. RGB value is (85,116,146). Sum of RGB (Red+Green+Blue) = 85+116+146=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 146 - color contains mainly: blue. Hex color #557492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557492 is #AA8B6D. Grayscale: #6E6E6E. Windows color (decimal): -11176814 or 9598037. OLE color: 9598037.

HSL color Cylindrical-coordinate representation of color #557492: hue angle of 209.51º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #557492 is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB85116146-
CMYK0.420.2100.43
HSL209.51º26.41%45.29%-
HSV(B)209.51º41.78%57.25%-
XYZ15.1816.529.58-
YUV110.15148.23110.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.50%
GREEN value IS 116 (45.70% from 255) = 33.43%
BLUE value IS 146 (57.42% from 255) = 42.07%
R=24.50%
G=33.43%
B=42.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal851161460.420.2100.43209.5126.4145.29
Hex5574922A1502Bd21a2d
Octal12516422252250533223255
Binary10101011110100100100101010101010101010111101001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557492; }

 p { color: rgb(85,116,146); }

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

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

 a { background-color: rgb(85,116,146); }

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

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

 span { border-color: rgb(85,116,146); }

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