Html Css Color HEX #526ACD Royal Blue

📋 copy color: '#526ACD'

red 82 ◦ green 106 ◦ blue 205

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

Shades of Royal Blue #526ACD

Tints of Royal Blue #526ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.16%

R = 20.87%
G = 26.97%
B = 52.16%

CMYK

 C value IS 0.6

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#526ACD (or 0x526ACD) is known color: Royal Blue. HEX triplet: 52, 6A and CD. RGB value is (82,106,205). Sum of RGB (Red+Green+Blue) = 82+106+205=393 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.87% from 393); Green value is 106 (41.80% from 255 or 26.97% from 393); Blue value is 205 (80.47% from 255 or 52.16% from 393); Max value from RGB is 205 - color contains mainly: blue. Hex color #526ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526ACD is #AD9532. Grayscale: #6D6D6D. Windows color (decimal): -11375923 or 13462098. OLE color: 13462098.

HSL color Cylindrical-coordinate representation of color #526ACD: hue angle of 228.29º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #526ACD is Cyan = 0.6, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 106 205 -
CMYK 0.6 0.48 0 0.20
HSL 228.29º 0.55% 0.56% -
HSV(B) 228.29º 0.6% 0.8% -
XYZ 19.65 16.51 59.91 -
YUV 110.11 181.55 107.95 -
System Red Green Blue C M Y K H S L
Decimal 82 106 205 0.6 0.48 0 0.20 228.29 0.55 0.56
Hex 52 6A CD 3C 30 0 14 E4 37 38
Octal 122 152 315 74 60 0 24 344 67 70
Binary 1010010 1101010 11001101 111100 110000 0 10100 11100100 110111 111000

Color Harmonies of #526ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526ACD

Black with #526ACD

Text Example


Text Example

White with #526ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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