#526FCE

Color #526FCE Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #526FCE

Tints of Royal Blue #526FCE

Color information

#526FCE (or 0x526FCE) is unknown color: approx Royal Blue. HEX triplet: 52, 6F and CE. RGB value is (82,111,206). Sum of RGB (Red+Green+Blue) = 82+111+206=399 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.55% from 399); Green value is 111 (43.75% from 255 or 27.82% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #526FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526FCE is #AD9031. Grayscale: #707070. Windows color (decimal): -11374642 or 13528914. OLE color: 13528914.

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

Color convert

RGB82111206-
CMYK0.600.4600.19
HSL225.97º55.86%56.47%-
HSV(B)225.97º60.19%80.78%-
XYZ20.317.6260.72-
YUV113.16180.39105.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.55%
GREEN value IS 111 (43.75% from 255) = 27.82%
BLUE value IS 206 (80.86% from 255) = 51.63%
R=20.55%
G=27.82%
B=51.63%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal821112060.600.4600.19225.9755.8656.47
Hex526FCE3C2E013e23838
Octal12215731674560233427070
Binary101001011011111100111011110010111001001111100010111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #526FCE;
 }
 .AnyTagClassName
 {
   color: #526FCE;
 }
</style>
background-color css

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

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

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

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

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

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