#536187

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

Shades of Kashmir Blue #536187

Tints of Kashmir Blue #536187

Color information

#536187 (or 0x536187) is unknown color: approx Kashmir Blue. HEX triplet: 53, 61 and 87. RGB value is (83,97,135). Sum of RGB (Red+Green+Blue) = 83+97+135=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 135 (53.12% from 255 or 42.86% from 315); Max value from RGB is 135 - color contains mainly: blue. Hex color #536187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536187 is #AC9E78. Grayscale: #606060. Windows color (decimal): -11312761 or 8872275. OLE color: 8872275.

HSL color Cylindrical-coordinate representation of color #536187: hue angle of 223.85º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #536187 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8397135-
CMYK0.390.2800.47
HSL223.85º23.85%42.75%-
HSV(B)223.85º38.52%52.94%-
XYZ12.2212.1424.62-
YUV97.15149.36117.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.35%
GREEN value IS 97 (38.28% from 255) = 30.79%
BLUE value IS 135 (53.12% from 255) = 42.86%
R=26.35%
G=30.79%
B=42.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83971350.390.2800.47223.8523.8542.75
Hex536187271C02Fe0182b
Octal12314120747340573403053
Binary10100111100001100001111001111110001011111110000011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536187; }

 p { color: rgb(83,97,135); }

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

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

 a { background-color: rgb(83,97,135); }

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

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

 span { border-color: rgb(83,97,135); }

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