#536285

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

Shades of Kashmir Blue #536285

Tints of Kashmir Blue #536285

Color information

#536285 (or 0x536285) is unknown color: approx Kashmir Blue. HEX triplet: 53, 62 and 85. RGB value is (83,98,133). Sum of RGB (Red+Green+Blue) = 83+98+133=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 133 - color contains mainly: blue. Hex color #536285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536285 is #AC9D7A. Grayscale: #616161. Windows color (decimal): -11312507 or 8741459. OLE color: 8741459.

HSL color Cylindrical-coordinate representation of color #536285: hue angle of 222º 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 #536285 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8398133-
CMYK0.380.2600.48
HSL222º23.15%42.35%-
HSV(B)222º37.59%52.16%-
XYZ12.1712.2723.92-
YUV97.5148.03117.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.43%
GREEN value IS 98 (38.67% from 255) = 31.21%
BLUE value IS 133 (52.34% from 255) = 42.36%
R=26.43%
G=31.21%
B=42.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal83981330.380.2600.4822223.1542.35
Hex536285261A030de172a
Octal12314220546320603362752
Binary10100111100010100001011001101101001100001101111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536285; }

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

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

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

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

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

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

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

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