Html Css Color HEX #535BDC Royal Blue

📋 copy color: '#535BDC'

red 83 ◦ green 91 ◦ blue 220

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

Shades of Royal Blue #535BDC

Tints of Royal Blue #535BDC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.1%

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

R = 21.07%
G = 23.1%
B = 55.84%

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

#535BDC (or 0x535BDC) is known color: Royal Blue. HEX triplet: 53, 5B and DC. RGB value is (83,91,220). Sum of RGB (Red+Green+Blue) = 83+91+220=394 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.07% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #535BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535BDC is #ACA423. Grayscale: #666666. Windows color (decimal): -11314212 or 14441299. OLE color: 14441299.

HSL color Cylindrical-coordinate representation of color #535BDC: hue angle of 236.5º 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 #535BDC is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 91 220 -
CMYK 0.62 0.59 0 0.14
HSL 236.5º 0.66% 0.59% -
HSV(B) 236.5º 0.62% 0.86% -
XYZ 20.23 14.49 69.44 -
YUV 103.31 193.85 113.51 -
System Red Green Blue C M Y K H S L
Decimal 83 91 220 0.62 0.59 0 0.14 236.5 0.66 0.59
Hex 53 5B DC 3E 3B 0 E EC 42 3B
Octal 123 133 334 76 73 0 16 354 102 73
Binary 1010011 1011011 11011100 111110 111011 0 1110 11101100 1000010 111011

Color Harmonies of #535BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535BDC

Black with #535BDC

Text Example


Text Example

White with #535BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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