#536F8D

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

Shades of Kashmir Blue #536F8D

Tints of Kashmir Blue #536F8D

Color information

#536F8D (or 0x536F8D) is unknown color: approx Kashmir Blue. HEX triplet: 53, 6F and 8D. RGB value is (83,111,141). Sum of RGB (Red+Green+Blue) = 83+111+141=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 141 - color contains mainly: blue. Hex color #536F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536F8D is #AC9072. Grayscale: #696969. Windows color (decimal): -11309171 or 9269075. OLE color: 9269075.

HSL color Cylindrical-coordinate representation of color #536F8D: hue angle of 211.03º 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 #536F8D is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB83111141-
CMYK0.410.2100.45
HSL211.03º25.89%43.92%-
HSV(B)211.03º41.13%55.29%-
XYZ14.0615.1327.38-
YUV106.05147.72111.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.78%
GREEN value IS 111 (43.75% from 255) = 33.13%
BLUE value IS 141 (55.47% from 255) = 42.09%
R=24.78%
G=33.13%
B=42.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal831111410.410.2100.45211.0325.8943.92
Hex536F8D291502Dd31a2c
Octal12315721551250553233254
Binary10100111101111100011011010011010101011011101001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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