#536E92

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

Shades of Kashmir Blue #536E92

Tints of Kashmir Blue #536E92

Color information

#536E92 (or 0x536E92) is unknown color: approx Kashmir Blue. HEX triplet: 53, 6E and 92. RGB value is (83,110,146). Sum of RGB (Red+Green+Blue) = 83+110+146=339 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.48% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 146 - color contains mainly: blue. Hex color #536E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536E92 is #AC916D. Grayscale: #696969. Windows color (decimal): -11309422 or 9596499. OLE color: 9596499.

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

Color convert

RGB83110146-
CMYK0.430.2500.43
HSL214.29º27.51%44.9%-
HSV(B)214.29º43.15%57.25%-
XYZ14.3315.0729.35-
YUV106.03150.55111.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.48%
GREEN value IS 110 (43.36% from 255) = 32.45%
BLUE value IS 146 (57.42% from 255) = 43.07%
R=24.48%
G=32.45%
B=43.07%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal831101460.430.2500.43214.2927.5144.9
Hex536E922B1902Bd61c2d
Octal12315622253310533263455
Binary10100111101110100100101010111100101010111101011011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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