Html Css Color HEX #535AE1 Royal Blue

📋 copy color: '#535AE1'

red 83 ◦ green 90 ◦ blue 225

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

Shades of Royal Blue #535AE1

Tints of Royal Blue #535AE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 56.53%

R = 20.85%
G = 22.61%
B = 56.53%

CMYK

 C value IS 0.63

 M value IS 0.60

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#535AE1 (or 0x535AE1) is known color: Royal Blue. HEX triplet: 53, 5A and E1. RGB value is (83,90,225). Sum of RGB (Red+Green+Blue) = 83+90+225=398 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.85% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 225 (88.28% from 255 or 56.53% from 398); Max value from RGB is 225 - color contains mainly: blue. Hex color #535AE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535AE1 is #ACA51E. Grayscale: #666666. Windows color (decimal): -11314463 or 14768723. OLE color: 14768723.

HSL color Cylindrical-coordinate representation of color #535AE1: hue angle of 237.04º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #535AE1 is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 83 90 225 -
CMYK 0.63 0.60 0 0.12
HSL 237.04º 0.7% 0.6% -
HSV(B) 237.04º 0.63% 0.88% -
XYZ 20.81 14.59 72.95 -
YUV 103.3 196.68 113.52 -
System Red Green Blue C M Y K H S L
Decimal 83 90 225 0.63 0.60 0 0.12 237.04 0.7 0.6
Hex 53 5A E1 3F 3C 0 C ED 46 3C
Octal 123 132 341 77 74 0 14 355 106 74
Binary 1010011 1011010 11100001 111111 111100 0 1100 11101101 1000110 111100

Color Harmonies of #535AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535AE1

Black with #535AE1

Text Example


Text Example

White with #535AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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