#536184

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

Shades of Kashmir Blue #536184

Tints of Kashmir Blue #536184

Color information

#536184 (or 0x536184) is unknown color: approx Kashmir Blue. HEX triplet: 53, 61 and 84. RGB value is (83,97,132). Sum of RGB (Red+Green+Blue) = 83+97+132=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 132 (51.95% from 255 or 42.31% from 312); Max value from RGB is 132 - color contains mainly: blue. Hex color #536184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536184 is #AC9E7B. Grayscale: #606060. Windows color (decimal): -11312764 or 8675667. OLE color: 8675667.

HSL color Cylindrical-coordinate representation of color #536184: hue angle of 222.86º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #536184 is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8397132-
CMYK0.370.2700.48
HSL222.86º22.79%42.16%-
HSV(B)222.86º37.12%51.76%-
XYZ12.0112.0523.52-
YUV96.8147.86118.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.60%
GREEN value IS 97 (38.28% from 255) = 31.09%
BLUE value IS 132 (51.95% from 255) = 42.31%
R=26.60%
G=31.09%
B=42.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal83971320.370.2700.48222.8622.7942.16
Hex536184251B030df172a
Octal12314120445330603372752
Binary10100111100001100001001001011101101100001101111110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536184; }

 p { color: rgb(83,97,132); }

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

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

 a { background-color: rgb(83,97,132); }

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

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

 span { border-color: rgb(83,97,132); }

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