#536ECD

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

Shades of Royal Blue #536ECD

Tints of Royal Blue #536ECD

Color information

#536ECD (or 0x536ECD) is unknown color: approx Royal Blue. HEX triplet: 53, 6E and CD. RGB value is (83,110,205). Sum of RGB (Red+Green+Blue) = 83+110+205=398 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.85% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #536ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536ECD is #AC9132. Grayscale: #707070. Windows color (decimal): -11309363 or 13463123. OLE color: 13463123.

HSL color Cylindrical-coordinate representation of color #536ECD: hue angle of 226.72º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #536ECD is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB83110205-
CMYK0.600.4600.20
HSL226.72º54.95%56.47%-
HSV(B)226.72º59.51%80.39%-
XYZ20.1617.460.05-
YUV112.76180.05106.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.85%
GREEN value IS 110 (43.36% from 255) = 27.64%
BLUE value IS 205 (80.47% from 255) = 51.51%
R=20.85%
G=27.64%
B=51.51%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal831102050.600.4600.20226.7254.9556.47
Hex536ECD3C2E014e33738
Octal12315631574560243436770
Binary101001111011101100110111110010111001010011100011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,110,205); }

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

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

 a { background-color: rgb(83,110,205); }

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

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

 span { border-color: rgb(83,110,205); }

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