#537092

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

Shades of Kashmir Blue #537092

Tints of Kashmir Blue #537092

Color information

#537092 (or 0x537092) is unknown color: approx Kashmir Blue. HEX triplet: 53, 70 and 92. RGB value is (83,112,146). Sum of RGB (Red+Green+Blue) = 83+112+146=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 146 - color contains mainly: blue. Hex color #537092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537092 is #AC8F6D. Grayscale: #6B6B6B. Windows color (decimal): -11308910 or 9597011. OLE color: 9597011.

HSL color Cylindrical-coordinate representation of color #537092: hue angle of 212.38º 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 #537092 is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB83112146-
CMYK0.430.2300.43
HSL212.38º27.51%44.9%-
HSV(B)212.38º43.15%57.25%-
XYZ14.5515.529.42-
YUV107.21149.89110.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.34%
GREEN value IS 112 (44.14% from 255) = 32.84%
BLUE value IS 146 (57.42% from 255) = 42.82%
R=24.34%
G=32.84%
B=42.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal831121460.430.2300.43212.3827.5144.9
Hex5370922B1702Bd41c2d
Octal12316022253270533243455
Binary10100111110000100100101010111011101010111101010011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537092; }

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

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

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

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

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

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

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

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