#535CDA

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

Shades of Royal Blue #535CDA

Tints of Royal Blue #535CDA

Color information

#535CDA (or 0x535CDA) is unknown color: approx Royal Blue. HEX triplet: 53, 5C and DA. RGB value is (83,92,218). Sum of RGB (Red+Green+Blue) = 83+92+218=393 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.12% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 218 (85.55% from 255 or 55.47% from 393); Max value from RGB is 218 - color contains mainly: blue. Hex color #535CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535CDA is #ACA325. Grayscale: #676767. Windows color (decimal): -11313958 or 14310483. OLE color: 14310483.

HSL color Cylindrical-coordinate representation of color #535CDA: hue angle of 236º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #535CDA is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB8392218-
CMYK0.620.5800.15
HSL236º64.59%59.02%-
HSV(B)236º61.93%85.49%-
XYZ20.0514.5668.08-
YUV103.67192.52113.25-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.12%
GREEN value IS 92 (36.33% from 255) = 23.41%
BLUE value IS 218 (85.55% from 255) = 55.47%
R=21.12%
G=23.41%
B=55.47%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal83922180.620.5800.1523664.5959.02
Hex535CDA3E3A0Fec413b
Octal123134332767201735410173
Binary101001110111001101101011111011101001111111011001000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535CDA; }

 p { color: rgb(83,92,218); }

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

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

 a { background-color: rgb(83,92,218); }

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

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

 span { border-color: rgb(83,92,218); }

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