#537494

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

Shades of Kashmir Blue #537494

Tints of Kashmir Blue #537494

Color information

#537494 (or 0x537494) is unknown color: approx Kashmir Blue. HEX triplet: 53, 74 and 94. RGB value is (83,116,148). Sum of RGB (Red+Green+Blue) = 83+116+148=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 116 (45.70% from 255 or 33.43% 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 #537494 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537494 is #AC8B6B. Grayscale: #6D6D6D. Windows color (decimal): -11307884 or 9729107. OLE color: 9729107.

HSL color Cylindrical-coordinate representation of color #537494: hue angle of 209.54º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #537494 is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB83116148-
CMYK0.440.2200.42
HSL209.54º28.14%45.29%-
HSV(B)209.54º43.92%58.04%-
XYZ15.1616.4730.4-
YUV109.78149.57108.9-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.92%
GREEN value IS 116 (45.70% from 255) = 33.43%
BLUE value IS 148 (58.20% from 255) = 42.65%
R=23.92%
G=33.43%
B=42.65%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal831161480.440.2200.42209.5428.1445.29
Hex5374942C1602Ad21c2d
Octal12316422454260523223455
Binary10100111110100100101001011001011001010101101001011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537494; }

 p { color: rgb(83,116,148); }

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

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

 a { background-color: rgb(83,116,148); }

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

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

 span { border-color: rgb(83,116,148); }

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