#526EBE

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

Shades of Chetwode Blue #526EBE

Tints of Chetwode Blue #526EBE

Color information

#526EBE (or 0x526EBE) is unknown color: approx Chetwode Blue. HEX triplet: 52, 6E and BE. RGB value is (82,110,190). Sum of RGB (Red+Green+Blue) = 82+110+190=382 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.47% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #526EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526EBE is #AD9141. Grayscale: #6E6E6E. Windows color (decimal): -11374914 or 12480082. OLE color: 12480082.

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

Color convert

RGB82110190-
CMYK0.570.4200.25
HSL224.44º45.38%53.33%-
HSV(B)224.44º56.84%74.51%-
XYZ18.3516.6650.96-
YUV110.75172.72107.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.47%
GREEN value IS 110 (43.36% from 255) = 28.80%
BLUE value IS 190 (74.61% from 255) = 49.74%
R=21.47%
G=28.80%
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.25
SystemRedGreenBlueCMYKHSL
Decimal821101900.570.4200.25224.4445.3853.33
Hex526EBE392A019e02d35
Octal12215627671520313405565
Binary101001011011101011111011100110101001100111100000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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