#536B8A

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

Shades of Kashmir Blue #536B8A

Tints of Kashmir Blue #536B8A

Color information

#536B8A (or 0x536B8A) is unknown color: approx Kashmir Blue. HEX triplet: 53, 6B and 8A. RGB value is (83,107,138). Sum of RGB (Red+Green+Blue) = 83+107+138=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 107 (42.19% from 255 or 32.62% from 328); Blue value is 138 (54.30% from 255 or 42.07% from 328); Max value from RGB is 138 - color contains mainly: blue. Hex color #536B8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536B8A is #AC9475. Grayscale: #676767. Windows color (decimal): -11310198 or 9071443. OLE color: 9071443.

HSL color Cylindrical-coordinate representation of color #536B8A: hue angle of 213.82º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #536B8A is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB83107138-
CMYK0.400.2200.46
HSL213.82º24.89%43.33%-
HSV(B)213.82º39.86%54.12%-
XYZ13.4114.1926.08-
YUV103.36147.55113.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.30%
GREEN value IS 107 (42.19% from 255) = 32.62%
BLUE value IS 138 (54.30% from 255) = 42.07%
R=25.30%
G=32.62%
B=42.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal831071380.400.2200.46213.8224.8943.33
Hex536B8A281602Ed6192b
Octal12315321250260563263153
Binary10100111101011100010101010001011001011101101011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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