#537592

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

Shades of Kashmir Blue #537592

Tints of Kashmir Blue #537592

Color information

#537592 (or 0x537592) is unknown color: approx Kashmir Blue. HEX triplet: 53, 75 and 92. RGB value is (83,117,146). Sum of RGB (Red+Green+Blue) = 83+117+146=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 146 - color contains mainly: blue. Hex color #537592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537592 is #AC8A6D. Grayscale: #6D6D6D. Windows color (decimal): -11307630 or 9598291. OLE color: 9598291.

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

Color convert

RGB83117146-
CMYK0.430.2000.43
HSL207.62º27.51%44.9%-
HSV(B)207.62º43.15%57.25%-
XYZ15.1216.6429.61-
YUV110.14148.24108.64-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.99%
GREEN value IS 117 (46.09% from 255) = 33.82%
BLUE value IS 146 (57.42% from 255) = 42.20%
R=23.99%
G=33.82%
B=42.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal831171460.430.2000.43207.6227.5144.9
Hex5375922B1402Bd01c2d
Octal12316522253240533203455
Binary10100111110101100100101010111010001010111101000011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537592; }

 p { color: rgb(83,117,146); }

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

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

 a { background-color: rgb(83,117,146); }

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

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

 span { border-color: rgb(83,117,146); }

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