#536284

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

Shades of Kashmir Blue #536284

Tints of Kashmir Blue #536284

Color information

#536284 (or 0x536284) is unknown color: approx Kashmir Blue. HEX triplet: 53, 62 and 84. RGB value is (83,98,132). Sum of RGB (Red+Green+Blue) = 83+98+132=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 132 (51.95% from 255 or 42.17% from 313); Max value from RGB is 132 - color contains mainly: blue. Hex color #536284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536284 is #AC9D7B. Grayscale: #616161. Windows color (decimal): -11312508 or 8675923. OLE color: 8675923.

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

Color convert

RGB8398132-
CMYK0.370.2600.48
HSL221.63º22.79%42.16%-
HSV(B)221.63º37.12%51.76%-
XYZ12.112.2423.55-
YUV97.39147.53117.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.52%
GREEN value IS 98 (38.67% from 255) = 31.31%
BLUE value IS 132 (51.95% from 255) = 42.17%
R=26.52%
G=31.31%
B=42.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal83981320.370.2600.48221.6322.7942.16
Hex536284251A030de172a
Octal12314220445320603362752
Binary10100111100010100001001001011101001100001101111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536284; }

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

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

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

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

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

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

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

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