#536E8D

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

Shades of Kashmir Blue #536E8D

Tints of Kashmir Blue #536E8D

Color information

#536E8D (or 0x536E8D) is unknown color: approx Kashmir Blue. HEX triplet: 53, 6E and 8D. RGB value is (83,110,141). Sum of RGB (Red+Green+Blue) = 83+110+141=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 141 - color contains mainly: blue. Hex color #536E8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536E8D is #AC9172. Grayscale: #696969. Windows color (decimal): -11309427 or 9268819. OLE color: 9268819.

HSL color Cylindrical-coordinate representation of color #536E8D: hue angle of 212.07º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #536E8D is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB83110141-
CMYK0.410.2200.45
HSL212.07º25.89%43.92%-
HSV(B)212.07º41.13%55.29%-
XYZ13.9514.9127.34-
YUV105.46148.05111.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.85%
GREEN value IS 110 (43.36% from 255) = 32.93%
BLUE value IS 141 (55.47% from 255) = 42.22%
R=24.85%
G=32.93%
B=42.22%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal831101410.410.2200.45212.0725.8943.92
Hex536E8D291602Dd41a2c
Octal12315621551260553243254
Binary10100111101110100011011010011011001011011101010011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536E8D; }

 p { color: rgb(83,110,141); }

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

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

 a { background-color: rgb(83,110,141); }

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

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

 span { border-color: rgb(83,110,141); }

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