#536481

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

Shades of Kashmir Blue #536481

Tints of Kashmir Blue #536481

Color information

#536481 (or 0x536481) is unknown color: approx Kashmir Blue. HEX triplet: 53, 64 and 81. RGB value is (83,100,129). Sum of RGB (Red+Green+Blue) = 83+100+129=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 129 (50.78% from 255 or 41.35% from 312); Max value from RGB is 129 - color contains mainly: blue. Hex color #536481 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536481 is #AC9B7E. Grayscale: #626262. Windows color (decimal): -11311999 or 8479827. OLE color: 8479827.

HSL color Cylindrical-coordinate representation of color #536481: hue angle of 217.83º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #536481 is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB83100129-
CMYK0.360.2200.49
HSL217.83º21.7%41.57%-
HSV(B)217.83º35.66%50.59%-
XYZ12.0912.5422.55-
YUV98.22145.37117.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.60%
GREEN value IS 100 (39.45% from 255) = 32.05%
BLUE value IS 129 (50.78% from 255) = 41.35%
R=26.60%
G=32.05%
B=41.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal831001290.360.2200.49217.8321.741.57
Hex5364812416031da162a
Octal12314420144260613322652
Binary10100111100100100000011001001011001100011101101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536481; }

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

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

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

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

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

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

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

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