#536DCE

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

Shades of Royal Blue #536DCE

Tints of Royal Blue #536DCE

Color information

#536DCE (or 0x536DCE) is unknown color: approx Royal Blue. HEX triplet: 53, 6D and CE. RGB value is (83,109,206). Sum of RGB (Red+Green+Blue) = 83+109+206=398 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.85% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #536DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536DCE is #AC9231. Grayscale: #6F6F6F. Windows color (decimal): -11309618 or 13528403. OLE color: 13528403.

HSL color Cylindrical-coordinate representation of color #536DCE: hue angle of 227.32º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #536DCE is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB83109206-
CMYK0.600.4700.19
HSL227.32º55.66%56.67%-
HSV(B)227.32º59.71%80.78%-
XYZ20.1817.2360.66-
YUV112.28180.89107.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.85%
GREEN value IS 109 (42.97% from 255) = 27.39%
BLUE value IS 206 (80.86% from 255) = 51.76%
R=20.85%
G=27.39%
B=51.76%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal831092060.600.4700.19227.3255.6656.67
Hex536DCE3C2F013e33839
Octal12315531674570233437071
Binary101001111011011100111011110010111101001111100011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,109,206); }

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

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

 a { background-color: rgb(83,109,206); }

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

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

 span { border-color: rgb(83,109,206); }

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