#536688

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

Shades of Kashmir Blue #536688

Tints of Kashmir Blue #536688

Color information

#536688 (or 0x536688) is unknown color: approx Kashmir Blue. HEX triplet: 53, 66 and 88. RGB value is (83,102,136). Sum of RGB (Red+Green+Blue) = 83+102+136=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 102 (40.23% from 255 or 31.78% from 321); Blue value is 136 (53.52% from 255 or 42.37% from 321); Max value from RGB is 136 - color contains mainly: blue. Hex color #536688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536688 is #AC9977. Grayscale: #646464. Windows color (decimal): -11311480 or 8939091. OLE color: 8939091.

HSL color Cylindrical-coordinate representation of color #536688: hue angle of 218.49º 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 #536688 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB83102136-
CMYK0.390.2500.47
HSL218.49º24.2%42.94%-
HSV(B)218.49º38.97%53.33%-
XYZ12.7613.1225.15-
YUV100.2148.21115.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.86%
GREEN value IS 102 (40.23% from 255) = 31.78%
BLUE value IS 136 (53.52% from 255) = 42.37%
R=25.86%
G=31.78%
B=42.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal831021360.390.2500.47218.4924.242.94
Hex536688271902Fda182b
Octal12314621047310573323053
Binary10100111100110100010001001111100101011111101101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536688; }

 p { color: rgb(83,102,136); }

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

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

 a { background-color: rgb(83,102,136); }

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

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

 span { border-color: rgb(83,102,136); }

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