#526FCD

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

Shades of Royal Blue #526FCD

Tints of Royal Blue #526FCD

Color information

#526FCD (or 0x526FCD) is unknown color: approx Royal Blue. HEX triplet: 52, 6F and CD. RGB value is (82,111,205). Sum of RGB (Red+Green+Blue) = 82+111+205=398 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.60% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #526FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526FCD is #AD9032. Grayscale: #707070. Windows color (decimal): -11374643 or 13463378. OLE color: 13463378.

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

Color convert

RGB82111205-
CMYK0.60.4600.20
HSL225.85º55.16%56.27%-
HSV(B)225.85º60%80.39%-
XYZ20.1817.5760.09-
YUV113.04179.89105.86-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.60%
GREEN value IS 111 (43.75% from 255) = 27.89%
BLUE value IS 205 (80.47% from 255) = 51.51%
R=20.60%
G=27.89%
B=51.51%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal821112050.60.4600.20225.8555.1656.27
Hex526FCD3C2E014e23738
Octal12215731574560243426770
Binary101001011011111100110111110010111001010011100010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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