#526eba

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

Shades of Chetwode Blue #526EBA

Tints of Chetwode Blue #526EBA

Color information

#526EBA (or 0x526EBA) is unknown color: approx Chetwode Blue. HEX triplet: 52, 6E and BA. RGB value is (82,110,186). Sum of RGB (Red+Green+Blue) = 82+110+186=378 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.69% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #526EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526EBA is #AD9145. Grayscale: #6D6D6D. Windows color (decimal): -11374918 or 12217938. OLE color: 12217938.

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

Color convert

RGB82110186-
CMYK0.560.4100.27
HSL223.85º42.98%52.55%-
HSV(B)223.85º55.91%72.94%-
XYZ17.9216.4948.69-
YUV110.29170.72107.82-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.69%
GREEN value IS 110 (43.36% from 255) = 29.10%
BLUE value IS 186 (73.05% from 255) = 49.21%
R=21.69%
G=29.10%
B=49.21%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal821101860.560.4100.27223.8542.9852.55
Hex526EBA382901Be02b35
Octal12215627270510333405365
Binary101001011011101011101011100010100101101111100000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526eba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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