#536B8E

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

Shades of Kashmir Blue #536B8E

Tints of Kashmir Blue #536B8E

Color information

#536B8E (or 0x536B8E) is unknown color: approx Kashmir Blue. HEX triplet: 53, 6B and 8E. RGB value is (83,107,142). Sum of RGB (Red+Green+Blue) = 83+107+142=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 142 (55.86% from 255 or 42.77% from 332); Max value from RGB is 142 - color contains mainly: blue. Hex color #536B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536B8E is #AC9471. Grayscale: #676767. Windows color (decimal): -11310194 or 9333587. OLE color: 9333587.

HSL color Cylindrical-coordinate representation of color #536B8E: hue angle of 215.59º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #536B8E is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB83107142-
CMYK0.420.2500.44
HSL215.59º26.22%44.12%-
HSV(B)215.59º41.55%55.69%-
XYZ13.7114.3127.63-
YUV103.81149.55113.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25%
GREEN value IS 107 (42.19% from 255) = 32.23%
BLUE value IS 142 (55.86% from 255) = 42.77%
R=25%
G=32.23%
B=42.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal831071420.420.2500.44215.5926.2244.12
Hex536B8E2A1902Cd81a2c
Octal12315321652310543303254
Binary10100111101011100011101010101100101011001101100011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,107,142); }

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

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

 a { background-color: rgb(83,107,142); }

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

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

 span { border-color: rgb(83,107,142); }

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