#526CCD

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

Shades of Royal Blue #526CCD

Tints of Royal Blue #526CCD

Color information

#526CCD (or 0x526CCD) is unknown color: approx Royal Blue. HEX triplet: 52, 6C and CD. RGB value is (82,108,205). Sum of RGB (Red+Green+Blue) = 82+108+205=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 108 (42.58% from 255 or 27.34% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #526CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526CCD is #AD9332. Grayscale: #6E6E6E. Windows color (decimal): -11375411 or 13462610. OLE color: 13462610.

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

Color convert

RGB82108205-
CMYK0.60.4700.20
HSL227.32º55.16%56.27%-
HSV(B)227.32º60%80.39%-
XYZ19.8616.9359.98-
YUV111.28180.89107.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.76%
GREEN value IS 108 (42.58% from 255) = 27.34%
BLUE value IS 205 (80.47% from 255) = 51.90%
R=20.76%
G=27.34%
B=51.90%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal821082050.60.4700.20227.3255.1656.27
Hex526CCD3C2F014e33738
Octal12215431574570243436770
Binary101001011011001100110111110010111101010011100011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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