#526CBD

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

Shades of Chetwode Blue #526CBD

Tints of Chetwode Blue #526CBD

Color information

#526CBD (or 0x526CBD) is unknown color: approx Chetwode Blue. HEX triplet: 52, 6C and BD. RGB value is (82,108,189). Sum of RGB (Red+Green+Blue) = 82+108+189=379 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.64% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: blue. Hex color #526CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526CBD is #AD9342. Grayscale: #6D6D6D. Windows color (decimal): -11375427 or 12414034. OLE color: 12414034.

HSL color Cylindrical-coordinate representation of color #526CBD: hue angle of 225.42º 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 #526CBD is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB82108189-
CMYK0.570.4300.26
HSL225.42º44.77%53.14%-
HSV(B)225.42º56.61%74.12%-
XYZ18.0316.1950.32-
YUV109.46172.89108.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.64%
GREEN value IS 108 (42.58% from 255) = 28.50%
BLUE value IS 189 (74.22% from 255) = 49.87%
R=21.64%
G=28.50%
B=49.87%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal821081890.570.4300.26225.4244.7753.14
Hex526CBD392B01Ae12d35
Octal12215427571530323415565
Binary101001011011001011110111100110101101101011100001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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