#536484

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

Shades of Kashmir Blue #536484

Tints of Kashmir Blue #536484

Color information

#536484 (or 0x536484) is unknown color: approx Kashmir Blue. HEX triplet: 53, 64 and 84. RGB value is (83,100,132). Sum of RGB (Red+Green+Blue) = 83+100+132=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 132 (51.95% from 255 or 41.90% from 315); Max value from RGB is 132 - color contains mainly: blue. Hex color #536484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536484 is #AC9B7B. Grayscale: #626262. Windows color (decimal): -11311996 or 8676435. OLE color: 8676435.

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

Color convert

RGB83100132-
CMYK0.370.2400.48
HSL219.18º22.79%42.16%-
HSV(B)219.18º37.12%51.76%-
XYZ12.2912.6223.62-
YUV98.56146.87116.9-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.35%
GREEN value IS 100 (39.45% from 255) = 31.75%
BLUE value IS 132 (51.95% from 255) = 41.90%
R=26.35%
G=31.75%
B=41.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal831001320.370.2400.48219.1822.7942.16
Hex5364842518030db172a
Octal12314420445300603332752
Binary10100111100100100001001001011100001100001101101110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536484; }

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

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

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

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

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

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

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

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