Html Css Color HEX #526ECE Royal Blue

📋 copy color: '#526ECE'

red 82 ◦ green 110 ◦ blue 206

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

Shades of Royal Blue #526ECE

Tints of Royal Blue #526ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.76%

R = 20.6%
G = 27.64%
B = 51.76%

CMYK

 C value IS 0.60

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#526ECE (or 0x526ECE) is known color: Royal Blue. HEX triplet: 52, 6E and CE. RGB value is (82,110,206). Sum of RGB (Red+Green+Blue) = 82+110+206=398 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.60% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #526ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526ECE is #AD9131. Grayscale: #707070. Windows color (decimal): -11374898 or 13528658. OLE color: 13528658.

HSL color Cylindrical-coordinate representation of color #526ECE: hue angle of 226.45º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #526ECE is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 110 206 -
CMYK 0.60 0.47 0 0.19
HSL 226.45º 0.56% 0.56% -
HSV(B) 226.45º 0.6% 0.81% -
XYZ 20.2 17.4 60.69 -
YUV 112.57 180.72 106.19 -
System Red Green Blue C M Y K H S L
Decimal 82 110 206 0.60 0.47 0 0.19 226.45 0.56 0.56
Hex 52 6E CE 3C 2F 0 13 E2 38 38
Octal 122 156 316 74 57 0 23 342 70 70
Binary 1010010 1101110 11001110 111100 101111 0 10011 11100010 111000 111000

Color Harmonies of #526ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526ECE

Black with #526ECE

Text Example


Text Example

White with #526ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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