Html Css Color HEX #536AD5 Royal Blue

📋 copy color: '#536AD5'

red 83 ◦ green 106 ◦ blue 213

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

Shades of Royal Blue #536AD5

Tints of Royal Blue #536AD5

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.37%

 BLUE value IS 213 (83.59% from 255) = 52.99%

R = 20.65%
G = 26.37%
B = 52.99%

CMYK

 C value IS 0.61

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#536AD5 (or 0x536AD5) is known color: Royal Blue. HEX triplet: 53, 6A and D5. RGB value is (83,106,213). Sum of RGB (Red+Green+Blue) = 83+106+213=402 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.65% from 402); Green value is 106 (41.80% from 255 or 26.37% from 402); Blue value is 213 (83.59% from 255 or 52.99% from 402); Max value from RGB is 213 - color contains mainly: blue. Hex color #536AD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536AD5 is #AC952A. Grayscale: #6E6E6E. Windows color (decimal): -11310379 or 13986387. OLE color: 13986387.

HSL color Cylindrical-coordinate representation of color #536AD5: hue angle of 229.38º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #536AD5 is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 83 106 213 -
CMYK 0.61 0.50 0 0.16
HSL 229.38º 0.61% 0.58% -
HSV(B) 229.38º 0.61% 0.84% -
XYZ 20.73 16.95 65.13 -
YUV 111.32 185.38 107.8 -
System Red Green Blue C M Y K H S L
Decimal 83 106 213 0.61 0.50 0 0.16 229.38 0.61 0.58
Hex 53 6A D5 3D 32 0 10 E5 3D 3A
Octal 123 152 325 75 62 0 20 345 75 72
Binary 1010011 1101010 11010101 111101 110010 0 10000 11100101 111101 111010

Color Harmonies of #536AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536AD5

Black with #536AD5

Text Example


Text Example

White with #536AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536AD5; }

 p { color: rgb(83,106,213); }

 H1.HeaderClassName
 {
   color: #536AD5;
 }
 .AnyTagClassName
 {
   color: #536AD5;
 }
</style>

background-color css

<style>
 a { background-color: #536AD5; }

 a { background-color: rgb(83,106,213); }

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

border-color css

<style>
 span { border-color: #536AD5; }

 span { border-color: rgb(83,106,213); }

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