Html Css Color HEX #535CE5 Royal Blue

📋 copy color: '#535CE5'

red 83 ◦ green 92 ◦ blue 229

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

Shades of Royal Blue #535CE5

Tints of Royal Blue #535CE5

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.77%

 BLUE value IS 229 (89.84% from 255) = 56.68%

R = 20.54%
G = 22.77%
B = 56.68%

CMYK

 C value IS 0.64

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#535CE5 (or 0x535CE5) is known color: Royal Blue. HEX triplet: 53, 5C and E5. RGB value is (83,92,229). Sum of RGB (Red+Green+Blue) = 83+92+229=404 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.54% from 404); Green value is 92 (36.33% from 255 or 22.77% from 404); Blue value is 229 (89.84% from 255 or 56.68% from 404); Max value from RGB is 229 - color contains mainly: blue. Hex color #535CE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535CE5 is #ACA31A. Grayscale: #686868. Windows color (decimal): -11313947 or 15031379. OLE color: 15031379.

HSL color Cylindrical-coordinate representation of color #535CE5: hue angle of 236.3º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #535CE5 is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 83 92 229 -
CMYK 0.64 0.60 0 0.10
HSL 236.3º 0.74% 0.61% -
HSV(B) 236.3º 0.64% 0.9% -
XYZ 21.54 15.15 75.92 -
YUV 104.93 198.02 112.36 -
System Red Green Blue C M Y K H S L
Decimal 83 92 229 0.64 0.60 0 0.10 236.3 0.74 0.61
Hex 53 5C E5 40 3C 0 A EC 4A 3D
Octal 123 134 345 100 74 0 12 354 112 75
Binary 1010011 1011100 11100101 1000000 111100 0 1010 11101100 1001010 111101

Color Harmonies of #535CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535CE5

Black with #535CE5

Text Example


Text Example

White with #535CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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