Html Css Color HEX #535ADE Royal Blue

📋 copy color: '#535ADE'

red 83 ◦ green 90 ◦ blue 222

#535ADE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #535ADE

Tints of Royal Blue #535ADE

RGB

 RED value IS 83 (32.81% from 255) = 21.01%

 GREEN value IS 90 (35.55% from 255) = 22.78%

 BLUE value IS 222 (87.11% from 255) = 56.2%

R = 21.01%
G = 22.78%
B = 56.2%

CMYK

 C value IS 0.63

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#535ADE (or 0x535ADE) is known color: Royal Blue. HEX triplet: 53, 5A and DE. RGB value is (83,90,222). Sum of RGB (Red+Green+Blue) = 83+90+222=395 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.01% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 222 (87.11% from 255 or 56.20% from 395); Max value from RGB is 222 - color contains mainly: blue. Hex color #535ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535ADE is #ACA521. Grayscale: #666666. Windows color (decimal): -11314466 or 14572115. OLE color: 14572115.

HSL color Cylindrical-coordinate representation of color #535ADE: hue angle of 236.98º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #535ADE is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 90 222 -
CMYK 0.63 0.59 0 0.13
HSL 236.98º 0.68% 0.6% -
HSV(B) 236.98º 0.63% 0.87% -
XYZ 20.41 14.43 70.82 -
YUV 102.96 195.18 113.77 -
System Red Green Blue C M Y K H S L
Decimal 83 90 222 0.63 0.59 0 0.13 236.98 0.68 0.6
Hex 53 5A DE 3F 3B 0 D ED 44 3C
Octal 123 132 336 77 73 0 15 355 104 74
Binary 1010011 1011010 11011110 111111 111011 0 1101 11101101 1000100 111100

Color Harmonies of #535ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535ADE

Black with #535ADE

Text Example


Text Example

White with #535ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,90,222); }

 H1.HeaderClassName
 {
   color: #535ADE;
 }
 .AnyTagClassName
 {
   color: #535ADE;
 }
</style>

background-color css

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

 a { background-color: rgb(83,90,222); }

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

border-color css

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

 span { border-color: rgb(83,90,222); }

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