Html Css Color HEX #526AD6 Royal Blue

📋 copy color: '#526AD6'

red 82 ◦ green 106 ◦ blue 214

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

Shades of Royal Blue #526AD6

Tints of Royal Blue #526AD6

RGB

 RED value IS 82 (32.42% from 255) = 20.4%

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

 BLUE value IS 214 (83.98% from 255) = 53.23%

R = 20.4%
G = 26.37%
B = 53.23%

CMYK

 C value IS 0.62

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#526AD6 (or 0x526AD6) is known color: Royal Blue. HEX triplet: 52, 6A and D6. RGB value is (82,106,214). Sum of RGB (Red+Green+Blue) = 82+106+214=402 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.40% from 402); Green value is 106 (41.80% from 255 or 26.37% from 402); Blue value is 214 (83.98% from 255 or 53.23% from 402); Max value from RGB is 214 - color contains mainly: blue. Hex color #526AD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526AD6 is #AD9529. Grayscale: #6E6E6E. Windows color (decimal): -11375914 or 14051922. OLE color: 14051922.

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

Color convert

RGB 82 106 214 -
CMYK 0.62 0.50 0 0.16
HSL 229.09º 0.62% 0.58% -
HSV(B) 229.09º 0.62% 0.84% -
XYZ 20.77 16.96 65.8 -
YUV 111.14 186.05 107.22 -
System Red Green Blue C M Y K H S L
Decimal 82 106 214 0.62 0.50 0 0.16 229.09 0.62 0.58
Hex 52 6A D6 3E 32 0 10 E5 3E 3A
Octal 122 152 326 76 62 0 20 345 76 72
Binary 1010010 1101010 11010110 111110 110010 0 10000 11100101 111110 111010

Color Harmonies of #526AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526AD6

Black with #526AD6

Text Example


Text Example

White with #526AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526AD6; }

 p { color: rgb(82,106,214); }

 H1.HeaderClassName
 {
   color: #526AD6;
 }
 .AnyTagClassName
 {
   color: #526AD6;
 }
</style>

background-color css

<style>
 a { background-color: #526AD6; }

 a { background-color: rgb(82,106,214); }

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

border-color css

<style>
 span { border-color: #526AD6; }

 span { border-color: rgb(82,106,214); }

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