#526BC0

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

Shades of Chetwode Blue #526BC0

Tints of Chetwode Blue #526BC0

Color information

#526BC0 (or 0x526BC0) is unknown color: approx Chetwode Blue. HEX triplet: 52, 6B and C0. RGB value is (82,107,192). Sum of RGB (Red+Green+Blue) = 82+107+192=381 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.52% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 192 (75.39% from 255 or 50.39% from 381); Max value from RGB is 192 - color contains mainly: blue. Hex color #526BC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526BC0 is #AD943F. Grayscale: #6C6C6C. Windows color (decimal): -11375680 or 12610386. OLE color: 12610386.

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

Color convert

RGB82107192-
CMYK0.570.4400.25
HSL226.36º46.61%53.73%-
HSV(B)226.36º57.29%75.29%-
XYZ18.2516.1152.02-
YUV109.22174.72108.59-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.52%
GREEN value IS 107 (42.19% from 255) = 28.08%
BLUE value IS 192 (75.39% from 255) = 50.39%
R=21.52%
G=28.08%
B=50.39%

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
Decimal821071920.570.4400.25226.3646.6153.73
Hex526BC0392C019e22f36
Octal12215330071540313425766
Binary101001011010111100000011100110110001100111100010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,107,192); }

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

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

 a { background-color: rgb(82,107,192); }

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

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

 span { border-color: rgb(82,107,192); }

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