Html Css Color HEX #526AD3 Royal Blue

📋 copy color: '#526AD3'

red 82 ◦ green 106 ◦ blue 211

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

Shades of Royal Blue #526AD3

Tints of Royal Blue #526AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 52.88%

R = 20.55%
G = 26.57%
B = 52.88%

CMYK

 C value IS 0.61

 M value IS 0.50

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#526AD3 (or 0x526AD3) is known color: Royal Blue. HEX triplet: 52, 6A and D3. RGB value is (82,106,211). Sum of RGB (Red+Green+Blue) = 82+106+211=399 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.55% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 211 (82.81% from 255 or 52.88% from 399); Max value from RGB is 211 - color contains mainly: blue. Hex color #526AD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526AD3 is #AD952C. Grayscale: #6E6E6E. Windows color (decimal): -11375917 or 13855314. OLE color: 13855314.

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

Color convert

RGB 82 106 211 -
CMYK 0.61 0.50 0 0.17
HSL 228.84º 0.59% 0.57% -
HSV(B) 228.84º 0.61% 0.83% -
XYZ 20.39 16.81 63.8 -
YUV 110.79 184.55 107.46 -
System Red Green Blue C M Y K H S L
Decimal 82 106 211 0.61 0.50 0 0.17 228.84 0.59 0.57
Hex 52 6A D3 3D 32 0 11 E5 3B 39
Octal 122 152 323 75 62 0 21 345 73 71
Binary 1010010 1101010 11010011 111101 110010 0 10001 11100101 111011 111001

Color Harmonies of #526AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526AD3

Black with #526AD3

Text Example


Text Example

White with #526AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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