Html Css Color HEX #526ECD Royal Blue

📋 copy color: '#526ECD'

red 82 ◦ green 110 ◦ blue 205

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

Shades of Royal Blue #526ECD

Tints of Royal Blue #526ECD

RGB

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

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

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

R = 20.65%
G = 27.71%
B = 51.64%

CMYK

 C value IS 0.6

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#526ECD (or 0x526ECD) is known color: Royal Blue. HEX triplet: 52, 6E and CD. RGB value is (82,110,205). Sum of RGB (Red+Green+Blue) = 82+110+205=397 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.65% from 397); Green value is 110 (43.36% from 255 or 27.71% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #526ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526ECD is #AD9132. Grayscale: #707070. Windows color (decimal): -11374899 or 13463122. OLE color: 13463122.

HSL color Cylindrical-coordinate representation of color #526ECD: hue angle of 226.34º 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 #526ECD is Cyan = 0.6, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 110 205 -
CMYK 0.6 0.46 0 0.20
HSL 226.34º 0.55% 0.56% -
HSV(B) 226.34º 0.6% 0.8% -
XYZ 20.08 17.35 60.05 -
YUV 112.46 180.22 106.28 -
System Red Green Blue C M Y K H S L
Decimal 82 110 205 0.6 0.46 0 0.20 226.34 0.55 0.56
Hex 52 6E CD 3C 2E 0 14 E2 37 38
Octal 122 156 315 74 56 0 24 342 67 70
Binary 1010010 1101110 11001101 111100 101110 0 10100 11100010 110111 111000

Color Harmonies of #526ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526ECD

Black with #526ECD

Text Example


Text Example

White with #526ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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