Html Css Color HEX #526AD2 Royal Blue

📋 copy color: '#526AD2'

red 82 ◦ green 106 ◦ blue 210

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

Shades of Royal Blue #526AD2

Tints of Royal Blue #526AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 52.76%

R = 20.6%
G = 26.63%
B = 52.76%

CMYK

 C value IS 0.61

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#526AD2 (or 0x526AD2) is known color: Royal Blue. HEX triplet: 52, 6A and D2. RGB value is (82,106,210). Sum of RGB (Red+Green+Blue) = 82+106+210=398 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.60% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 210 (82.42% from 255 or 52.76% from 398); Max value from RGB is 210 - color contains mainly: blue. Hex color #526AD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526AD2 is #AD952D. Grayscale: #6E6E6E. Windows color (decimal): -11375918 or 13789778. OLE color: 13789778.

HSL color Cylindrical-coordinate representation of color #526AD2: hue angle of 228.75º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #526AD2 is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 82 106 210 -
CMYK 0.61 0.50 0 0.18
HSL 228.75º 0.59% 0.57% -
HSV(B) 228.75º 0.61% 0.82% -
XYZ 20.27 16.76 63.14 -
YUV 110.68 184.05 107.54 -
System Red Green Blue C M Y K H S L
Decimal 82 106 210 0.61 0.50 0 0.18 228.75 0.59 0.57
Hex 52 6A D2 3D 32 0 12 E5 3B 39
Octal 122 152 322 75 62 0 22 345 73 71
Binary 1010010 1101010 11010010 111101 110010 0 10010 11100101 111011 111001

Color Harmonies of #526AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526AD2

Black with #526AD2

Text Example


Text Example

White with #526AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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