Html Css Color HEX #526EE6 Royal Blue

📋 copy color: '#526EE6'

red 82 ◦ green 110 ◦ blue 230

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

Shades of Royal Blue #526EE6

Tints of Royal Blue #526EE6

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.07%

 BLUE value IS 230 (90.23% from 255) = 54.5%

R = 19.43%
G = 26.07%
B = 54.5%

CMYK

 C value IS 0.64

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#526EE6 (or 0x526EE6) is known color: Royal Blue. HEX triplet: 52, 6E and E6. RGB value is (82,110,230). Sum of RGB (Red+Green+Blue) = 82+110+230=422 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.43% from 422); Green value is 110 (43.36% from 255 or 26.07% from 422); Blue value is 230 (90.23% from 255 or 54.50% from 422); Max value from RGB is 230 - color contains mainly: blue. Hex color #526EE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526EE6 is #AD9119. Grayscale: #727272. Windows color (decimal): -11374874 or 15101522. OLE color: 15101522.

HSL color Cylindrical-coordinate representation of color #526EE6: hue angle of 228.65º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #526EE6 is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 82 110 230 -
CMYK 0.64 0.52 0 0.10
HSL 228.65º 0.75% 0.61% -
HSV(B) 228.65º 0.64% 0.9% -
XYZ 23.34 18.66 77.23 -
YUV 115.31 192.72 104.24 -
System Red Green Blue C M Y K H S L
Decimal 82 110 230 0.64 0.52 0 0.10 228.65 0.75 0.61
Hex 52 6E E6 40 34 0 A E5 4B 3D
Octal 122 156 346 100 64 0 12 345 113 75
Binary 1010010 1101110 11100110 1000000 110100 0 1010 11100101 1001011 111101

Color Harmonies of #526EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526EE6

Black with #526EE6

Text Example


Text Example

White with #526EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,110,230); }

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

background-color css

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

 a { background-color: rgb(82,110,230); }

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

border-color css

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

 span { border-color: rgb(82,110,230); }

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