#536381

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

Shades of Kashmir Blue #536381

Tints of Kashmir Blue #536381

Color information

#536381 (or 0x536381) is unknown color: approx Kashmir Blue. HEX triplet: 53, 63 and 81. RGB value is (83,99,129). Sum of RGB (Red+Green+Blue) = 83+99+129=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 129 (50.78% from 255 or 41.48% from 311); Max value from RGB is 129 - color contains mainly: blue. Hex color #536381 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536381 is #AC9C7E. Grayscale: #616161. Windows color (decimal): -11312255 or 8479571. OLE color: 8479571.

HSL color Cylindrical-coordinate representation of color #536381: hue angle of 219.13º 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 #536381 is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8399129-
CMYK0.360.2300.49
HSL219.13º21.7%41.57%-
HSV(B)219.13º35.66%50.59%-
XYZ11.9912.3522.52-
YUV97.64145.7117.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.69%
GREEN value IS 99 (39.06% from 255) = 31.83%
BLUE value IS 129 (50.78% from 255) = 41.48%
R=26.69%
G=31.83%
B=41.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal83991290.360.2300.49219.1321.741.57
Hex5363812417031db162a
Octal12314320144270613332652
Binary10100111100011100000011001001011101100011101101110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536381; }

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

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

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

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

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

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

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

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