Html Css Color HEX #535EDE Royal Blue

📋 copy color: '#535EDE'

red 83 ◦ green 94 ◦ blue 222

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

Shades of Royal Blue #535EDE

Tints of Royal Blue #535EDE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.56%

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

R = 20.8%
G = 23.56%
B = 55.64%

CMYK

 C value IS 0.63

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#535EDE (or 0x535EDE) is known color: Royal Blue. HEX triplet: 53, 5E and DE. RGB value is (83,94,222). Sum of RGB (Red+Green+Blue) = 83+94+222=399 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.80% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 222 (87.11% from 255 or 55.64% from 399); Max value from RGB is 222 - color contains mainly: blue. Hex color #535EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535EDE is #ACA121. Grayscale: #686868. Windows color (decimal): -11313442 or 14573139. OLE color: 14573139.

HSL color Cylindrical-coordinate representation of color #535EDE: hue angle of 235.25º 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 #535EDE is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 94 222 -
CMYK 0.63 0.58 0 0.13
HSL 235.25º 0.68% 0.6% -
HSV(B) 235.25º 0.63% 0.87% -
XYZ 20.75 15.12 70.93 -
YUV 105.3 193.86 112.09 -
System Red Green Blue C M Y K H S L
Decimal 83 94 222 0.63 0.58 0 0.13 235.25 0.68 0.6
Hex 53 5E DE 3F 3A 0 D EB 44 3C
Octal 123 136 336 77 72 0 15 353 104 74
Binary 1010011 1011110 11011110 111111 111010 0 1101 11101011 1000100 111100

Color Harmonies of #535EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535EDE

Black with #535EDE

Text Example


Text Example

White with #535EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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