#526DBD

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

Shades of Chetwode Blue #526DBD

Tints of Chetwode Blue #526DBD

Color information

#526DBD (or 0x526DBD) is unknown color: approx Chetwode Blue. HEX triplet: 52, 6D and BD. RGB value is (82,109,189). Sum of RGB (Red+Green+Blue) = 82+109+189=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 109 (42.97% from 255 or 28.68% from 380); Blue value is 189 (74.22% from 255 or 49.74% from 380); Max value from RGB is 189 - color contains mainly: blue. Hex color #526DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526DBD is #AD9242. Grayscale: #6D6D6D. Windows color (decimal): -11375171 or 12414290. OLE color: 12414290.

HSL color Cylindrical-coordinate representation of color #526DBD: hue angle of 224.86º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #526DBD is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB82109189-
CMYK0.570.4200.26
HSL224.86º44.77%53.14%-
HSV(B)224.86º56.61%74.12%-
XYZ18.1316.4150.35-
YUV110.05172.55108-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.58%
GREEN value IS 109 (42.97% from 255) = 28.68%
BLUE value IS 189 (74.22% from 255) = 49.74%
R=21.58%
G=28.68%
B=49.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal821091890.570.4200.26224.8644.7753.14
Hex526DBD392A01Ae12d35
Octal12215527571520323415565
Binary101001011011011011110111100110101001101011100001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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