#526CDD

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

Shades of Royal Blue #526CDD

Tints of Royal Blue #526CDD

Color information

#526CDD (or 0x526CDD) is unknown color: approx Royal Blue. HEX triplet: 52, 6C and DD. RGB value is (82,108,221). Sum of RGB (Red+Green+Blue) = 82+108+221=411 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.95% from 411); Green value is 108 (42.58% from 255 or 26.28% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #526CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526CDD is #AD9322. Grayscale: #707070. Windows color (decimal): -11375395 or 14511186. OLE color: 14511186.

HSL color Cylindrical-coordinate representation of color #526CDD: hue angle of 228.78º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #526CDD is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB82108221-
CMYK0.630.5100.13
HSL228.78º67.15%59.41%-
HSV(B)228.78º62.9%86.67%-
XYZ21.8917.7470.68-
YUV113.11188.89105.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.95%
GREEN value IS 108 (42.58% from 255) = 26.28%
BLUE value IS 221 (86.72% from 255) = 53.77%
R=19.95%
G=26.28%
B=53.77%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal821082210.630.5100.13228.7867.1559.41
Hex526CDD3F330De5433b
Octal122154335776301534510373
Binary101001011011001101110111111111001101101111001011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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