#537998

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

Shades of Kashmir Blue #537998

Tints of Kashmir Blue #537998

Color information

#537998 (or 0x537998) is unknown color: approx Kashmir Blue. HEX triplet: 53, 79 and 98. RGB value is (83,121,152). Sum of RGB (Red+Green+Blue) = 83+121+152=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 152 (59.77% from 255 or 42.70% from 356); Max value from RGB is 152 - color contains mainly: blue. Hex color #537998 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537998 is #AC8667. Grayscale: #717171. Windows color (decimal): -11306600 or 9992531. OLE color: 9992531.

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

Color convert

RGB83121152-
CMYK0.450.2000.40
HSL206.96º29.36%46.08%-
HSV(B)206.96º45.39%59.61%-
XYZ16.0717.7832.29-
YUV113.17149.91106.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.31%
GREEN value IS 121 (47.66% from 255) = 33.99%
BLUE value IS 152 (59.77% from 255) = 42.70%
R=23.31%
G=33.99%
B=42.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal831211520.450.2000.40206.9629.3646.08
Hex5379982D14028cf1d2e
Octal12317123055240503173556
Binary10100111111001100110001011011010001010001100111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537998; }

 p { color: rgb(83,121,152); }

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

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

 a { background-color: rgb(83,121,152); }

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

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

 span { border-color: rgb(83,121,152); }

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