#536C92

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

Shades of Kashmir Blue #536C92

Tints of Kashmir Blue #536C92

Color information

#536C92 (or 0x536C92) is unknown color: approx Kashmir Blue. HEX triplet: 53, 6C and 92. RGB value is (83,108,146). Sum of RGB (Red+Green+Blue) = 83+108+146=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 146 - color contains mainly: blue. Hex color #536C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536C92 is #AC936D. Grayscale: #686868. Windows color (decimal): -11309934 or 9595987. OLE color: 9595987.

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

Color convert

RGB83108146-
CMYK0.430.2600.43
HSL216.19º27.51%44.9%-
HSV(B)216.19º43.15%57.25%-
XYZ14.1214.6429.28-
YUV104.86151.22112.41-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.63%
GREEN value IS 108 (42.58% from 255) = 32.05%
BLUE value IS 146 (57.42% from 255) = 43.32%
R=24.63%
G=32.05%
B=43.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal831081460.430.2600.43216.1927.5144.9
Hex536C922B1A02Bd81c2d
Octal12315422253320533303455
Binary10100111101100100100101010111101001010111101100011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536C92; }

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

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

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

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

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

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

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

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