#526CCC

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

Shades of Royal Blue #526CCC

Tints of Royal Blue #526CCC

Color information

#526CCC (or 0x526CCC) is unknown color: approx Royal Blue. HEX triplet: 52, 6C and CC. RGB value is (82,108,204). Sum of RGB (Red+Green+Blue) = 82+108+204=394 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.81% from 394); Green value is 108 (42.58% from 255 or 27.41% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #526CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526CCC is #AD9333. Grayscale: #6E6E6E. Windows color (decimal): -11375412 or 13397074. OLE color: 13397074.

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

Color convert

RGB82108204-
CMYK0.600.4700.2
HSL227.21º54.46%56.08%-
HSV(B)227.21º59.8%80%-
XYZ19.7416.8859.34-
YUV111.17180.39107.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.81%
GREEN value IS 108 (42.58% from 255) = 27.41%
BLUE value IS 204 (80.08% from 255) = 51.78%
R=20.81%
G=27.41%
B=51.78%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal821082040.600.4700.2227.2154.4656.08
Hex526CCC3C2F014e33638
Octal12215431474570243436670
Binary101001011011001100110011110010111101010011100011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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