#526ABE

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

Shades of Chetwode Blue #526ABE

Tints of Chetwode Blue #526ABE

Color information

#526ABE (or 0x526ABE) is unknown color: approx Chetwode Blue. HEX triplet: 52, 6A and BE. RGB value is (82,106,190). Sum of RGB (Red+Green+Blue) = 82+106+190=378 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.69% from 378); Green value is 106 (41.80% from 255 or 28.04% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #526ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526ABE is #AD9541. Grayscale: #6C6C6C. Windows color (decimal): -11375938 or 12479058. OLE color: 12479058.

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

Color convert

RGB82106190-
CMYK0.570.4400.25
HSL226.67º45.38%53.33%-
HSV(B)226.67º56.84%74.51%-
XYZ17.9315.8250.82-
YUV108.4174.05109.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.69%
GREEN value IS 106 (41.80% from 255) = 28.04%
BLUE value IS 190 (74.61% from 255) = 50.26%
R=21.69%
G=28.04%
B=50.26%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal821061900.570.4400.25226.6745.3853.33
Hex526ABE392C019e32d35
Octal12215227671540313435565
Binary101001011010101011111011100110110001100111100011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,106,190); }

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

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

 a { background-color: rgb(82,106,190); }

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

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

 span { border-color: rgb(82,106,190); }

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