#557A98

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

Shades of Kashmir Blue #557A98

Tints of Kashmir Blue #557A98

Color information

#557A98 (or 0x557A98) is unknown color: approx Kashmir Blue. HEX triplet: 55, 7A and 98. RGB value is (85,122,152). Sum of RGB (Red+Green+Blue) = 85+122+152=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 152 (59.77% from 255 or 42.34% from 359); Max value from RGB is 152 - color contains mainly: blue. Hex color #557A98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557A98 is #AA8567. Grayscale: #727272. Windows color (decimal): -11175272 or 9992789. OLE color: 9992789.

HSL color Cylindrical-coordinate representation of color #557A98: hue angle of 206.87º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #557A98 is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB85122152-
CMYK0.440.2000.40
HSL206.87º28.27%46.47%-
HSV(B)206.87º44.08%59.61%-
XYZ16.3718.1232.34-
YUV114.36149.24107.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.68%
GREEN value IS 122 (48.05% from 255) = 33.98%
BLUE value IS 152 (59.77% from 255) = 42.34%
R=23.68%
G=33.98%
B=42.34%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal851221520.440.2000.40206.8728.2746.47
Hex557A982C14028cf1c2e
Octal12517223054240503173456
Binary10101011111010100110001011001010001010001100111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557A98; }

 p { color: rgb(85,122,152); }

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

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

 a { background-color: rgb(85,122,152); }

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

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

 span { border-color: rgb(85,122,152); }

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