#526DC6

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

Shades of Chetwode Blue #526DC6

Tints of Chetwode Blue #526DC6

Color information

#526DC6 (or 0x526DC6) is unknown color: approx Chetwode Blue. HEX triplet: 52, 6D and C6. RGB value is (82,109,198). Sum of RGB (Red+Green+Blue) = 82+109+198=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 198 (77.73% from 255 or 50.90% from 389); Max value from RGB is 198 - color contains mainly: blue. Hex color #526DC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526DC6 is #AD9239. Grayscale: #6E6E6E. Windows color (decimal): -11375162 or 13004114. OLE color: 13004114.

HSL color Cylindrical-coordinate representation of color #526DC6: hue angle of 226.03º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #526DC6 is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB82109198-
CMYK0.590.4500.22
HSL226.03º50.43%54.9%-
HSV(B)226.03º58.59%77.65%-
XYZ19.1416.8155.66-
YUV111.07177.05107.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.08%
GREEN value IS 109 (42.97% from 255) = 28.02%
BLUE value IS 198 (77.73% from 255) = 50.90%
R=21.08%
G=28.02%
B=50.90%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal821091980.590.4500.22226.0350.4354.9
Hex526DC63B2D016e23237
Octal12215530673550263426267
Binary101001011011011100011011101110110101011011100010110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,109,198); }

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

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

 a { background-color: rgb(82,109,198); }

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

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

 span { border-color: rgb(82,109,198); }

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