#536BE4

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

Shades of Royal Blue #536BE4

Tints of Royal Blue #536BE4

Color information

#536BE4 (or 0x536BE4) is unknown color: approx Royal Blue. HEX triplet: 53, 6B and E4. RGB value is (83,107,228). Sum of RGB (Red+Green+Blue) = 83+107+228=418 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.86% from 418); Green value is 107 (42.19% from 255 or 25.60% from 418); Blue value is 228 (89.45% from 255 or 54.55% from 418); Max value from RGB is 228 - color contains mainly: blue. Hex color #536BE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536BE4 is #AC941B. Grayscale: #717171. Windows color (decimal): -11310108 or 14969683. OLE color: 14969683.

HSL color Cylindrical-coordinate representation of color #536BE4: hue angle of 230.07º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #536BE4 is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB83107228-
CMYK0.640.5300.11
HSL230.07º72.86%60.98%-
HSV(B)230.07º63.6%89.41%-
XYZ22.8317.9675.66-
YUV113.62192.55106.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.86%
GREEN value IS 107 (42.19% from 255) = 25.60%
BLUE value IS 228 (89.45% from 255) = 54.55%
R=19.86%
G=25.60%
B=54.55%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal831072280.640.5300.11230.0772.8660.98
Hex536BE440350Be6493d
Octal1231533441006501334611175
Binary1010011110101111100100100000011010101011111001101001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,107,228); }

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

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

 a { background-color: rgb(83,107,228); }

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

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

 span { border-color: rgb(83,107,228); }

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