#526BCC

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

Shades of Royal Blue #526BCC

Tints of Royal Blue #526BCC

Color information

#526BCC (or 0x526BCC) is unknown color: approx Royal Blue. HEX triplet: 52, 6B and CC. RGB value is (82,107,204). Sum of RGB (Red+Green+Blue) = 82+107+204=393 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.87% from 393); Green value is 107 (42.19% from 255 or 27.23% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #526BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526BCC is #AD9433. Grayscale: #6E6E6E. Windows color (decimal): -11375668 or 13396818. OLE color: 13396818.

HSL color Cylindrical-coordinate representation of color #526BCC: hue angle of 227.7º degrees, saturation: 0.54, 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 #526BCC is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB82107204-
CMYK0.600.4800.2
HSL227.7º54.46%56.08%-
HSV(B)227.7º59.8%80%-
XYZ19.6416.6759.31-
YUV110.58180.72107.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.87%
GREEN value IS 107 (42.19% from 255) = 27.23%
BLUE value IS 204 (80.08% from 255) = 51.91%
R=20.87%
G=27.23%
B=51.91%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal821072040.600.4800.2227.754.4656.08
Hex526BCC3C30014e43638
Octal12215331474600243446670
Binary101001011010111100110011110011000001010011100100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,107,204); }

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

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

 a { background-color: rgb(82,107,204); }

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

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

 span { border-color: rgb(82,107,204); }

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