#557297

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

Shades of Kashmir Blue #557297

Tints of Kashmir Blue #557297

Color information

#557297 (or 0x557297) is unknown color: approx Kashmir Blue. HEX triplet: 55, 72 and 97. RGB value is (85,114,151). Sum of RGB (Red+Green+Blue) = 85+114+151=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 151 (59.38% from 255 or 43.14% from 350); Max value from RGB is 151 - color contains mainly: blue. Hex color #557297 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557297 is #AA8D68. Grayscale: #6D6D6D. Windows color (decimal): -11177321 or 9925205. OLE color: 9925205.

HSL color Cylindrical-coordinate representation of color #557297: hue angle of 213.64º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #557297 is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB85114151-
CMYK0.440.2500.41
HSL213.64º27.97%46.27%-
HSV(B)213.64º43.71%59.22%-
XYZ15.3516.231.6-
YUV109.55151.39110.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.29%
GREEN value IS 114 (44.92% from 255) = 32.57%
BLUE value IS 151 (59.38% from 255) = 43.14%
R=24.29%
G=32.57%
B=43.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal851141510.440.2500.41213.6427.9746.27
Hex5572972C19029d61c2e
Octal12516222754310513263456
Binary10101011110010100101111011001100101010011101011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557297; }

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

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

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

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

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

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

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

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