Html Css Color HEX #535ADC Royal Blue

📋 copy color: '#535ADC'

red 83 ◦ green 90 ◦ blue 220

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

Shades of Royal Blue #535ADC

Tints of Royal Blue #535ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.98%

R = 21.12%
G = 22.9%
B = 55.98%

CMYK

 C value IS 0.62

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#535ADC (or 0x535ADC) is known color: Royal Blue. HEX triplet: 53, 5A and DC. RGB value is (83,90,220). Sum of RGB (Red+Green+Blue) = 83+90+220=393 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.12% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #535ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535ADC is #ACA523. Grayscale: #666666. Windows color (decimal): -11314468 or 14441043. OLE color: 14441043.

HSL color Cylindrical-coordinate representation of color #535ADC: hue angle of 236.93º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #535ADC is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 90 220 -
CMYK 0.62 0.59 0 0.14
HSL 236.93º 0.66% 0.59% -
HSV(B) 236.93º 0.62% 0.86% -
XYZ 20.14 14.32 69.41 -
YUV 102.73 194.18 113.93 -
System Red Green Blue C M Y K H S L
Decimal 83 90 220 0.62 0.59 0 0.14 236.93 0.66 0.59
Hex 53 5A DC 3E 3B 0 E ED 42 3B
Octal 123 132 334 76 73 0 16 355 102 73
Binary 1010011 1011010 11011100 111110 111011 0 1110 11101101 1000010 111011

Color Harmonies of #535ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535ADC

Black with #535ADC

Text Example


Text Example

White with #535ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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