#536CD5

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

Shades of Royal Blue #536CD5

Tints of Royal Blue #536CD5

Color information

#536CD5 (or 0x536CD5) is unknown color: approx Royal Blue. HEX triplet: 53, 6C and D5. RGB value is (83,108,213). Sum of RGB (Red+Green+Blue) = 83+108+213=404 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.54% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 213 (83.59% from 255 or 52.72% from 404); Max value from RGB is 213 - color contains mainly: blue. Hex color #536CD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536CD5 is #AC932A. Grayscale: #707070. Windows color (decimal): -11309867 or 13986899. OLE color: 13986899.

HSL color Cylindrical-coordinate representation of color #536CD5: hue angle of 228.46º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #536CD5 is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB83108213-
CMYK0.610.4900.16
HSL228.46º60.75%58.04%-
HSV(B)228.46º61.03%83.53%-
XYZ20.9417.3765.2-
YUV112.49184.72106.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.54%
GREEN value IS 108 (42.58% from 255) = 26.73%
BLUE value IS 213 (83.59% from 255) = 52.72%
R=20.54%
G=26.73%
B=52.72%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal831082130.610.4900.16228.4660.7558.04
Hex536CD53D31010e43d3a
Octal12315432575610203447572
Binary101001111011001101010111110111000101000011100100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,108,213); }

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

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

 a { background-color: rgb(83,108,213); }

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

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

 span { border-color: rgb(83,108,213); }

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