#536D92

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

Shades of Kashmir Blue #536D92

Tints of Kashmir Blue #536D92

Color information

#536D92 (or 0x536D92) is unknown color: approx Kashmir Blue. HEX triplet: 53, 6D and 92. RGB value is (83,109,146). Sum of RGB (Red+Green+Blue) = 83+109+146=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 146 - color contains mainly: blue. Hex color #536D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536D92 is #AC926D. Grayscale: #696969. Windows color (decimal): -11309678 or 9596243. OLE color: 9596243.

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

Color convert

RGB83109146-
CMYK0.430.2500.43
HSL215.24º27.51%44.9%-
HSV(B)215.24º43.15%57.25%-
XYZ14.2214.8529.31-
YUV105.44150.89111.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.56%
GREEN value IS 109 (42.97% from 255) = 32.25%
BLUE value IS 146 (57.42% from 255) = 43.20%
R=24.56%
G=32.25%
B=43.20%

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
Decimal831091460.430.2500.43215.2427.5144.9
Hex536D922B1902Bd71c2d
Octal12315522253310533273455
Binary10100111101101100100101010111100101010111101011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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