#536885

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

Shades of Kashmir Blue #536885

Tints of Kashmir Blue #536885

Color information

#536885 (or 0x536885) is unknown color: approx Kashmir Blue. HEX triplet: 53, 68 and 85. RGB value is (83,104,133). Sum of RGB (Red+Green+Blue) = 83+104+133=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 133 - color contains mainly: blue. Hex color #536885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536885 is #AC977A. Grayscale: #646464. Windows color (decimal): -11310971 or 8742995. OLE color: 8742995.

HSL color Cylindrical-coordinate representation of color #536885: hue angle of 214.8º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #536885 is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB83104133-
CMYK0.380.2200.48
HSL214.8º23.15%42.35%-
HSV(B)214.8º37.59%52.16%-
XYZ12.7513.4324.11-
YUV101.03146.04115.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.94%
GREEN value IS 104 (41.02% from 255) = 32.5%
BLUE value IS 133 (52.34% from 255) = 41.56%
R=25.94%
G=32.5%
B=41.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal831041330.380.2200.48214.823.1542.35
Hex5368852616030d7172a
Octal12315020546260603272752
Binary10100111101000100001011001101011001100001101011110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536885; }

 p { color: rgb(83,104,133); }

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

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

 a { background-color: rgb(83,104,133); }

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

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

 span { border-color: rgb(83,104,133); }

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