#526EBC

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

Shades of Chetwode Blue #526EBC

Tints of Chetwode Blue #526EBC

Color information

#526EBC (or 0x526EBC) is unknown color: approx Chetwode Blue. HEX triplet: 52, 6E and BC. RGB value is (82,110,188). Sum of RGB (Red+Green+Blue) = 82+110+188=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 110 (43.36% from 255 or 28.95% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #526EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526EBC is #AD9143. Grayscale: #6E6E6E. Windows color (decimal): -11374916 or 12349010. OLE color: 12349010.

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

Color convert

RGB82110188-
CMYK0.560.4100.26
HSL224.15º44.17%52.94%-
HSV(B)224.15º56.38%73.73%-
XYZ18.1316.5849.82-
YUV110.52171.72107.66-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.58%
GREEN value IS 110 (43.36% from 255) = 28.95%
BLUE value IS 188 (73.83% from 255) = 49.47%
R=21.58%
G=28.95%
B=49.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal821101880.560.4100.26224.1544.1752.94
Hex526EBC382901Ae02c35
Octal12215627470510323405465
Binary101001011011101011110011100010100101101011100000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,110,188); }

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

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

 a { background-color: rgb(82,110,188); }

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

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

 span { border-color: rgb(82,110,188); }

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