#526CB6

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

Shades of Chetwode Blue #526CB6

Tints of Chetwode Blue #526CB6

Color information

#526CB6 (or 0x526CB6) is unknown color: approx Chetwode Blue. HEX triplet: 52, 6C and B6. RGB value is (82,108,182). Sum of RGB (Red+Green+Blue) = 82+108+182=372 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.04% from 372); Green value is 108 (42.58% from 255 or 29.03% from 372); Blue value is 182 (71.48% from 255 or 48.92% from 372); Max value from RGB is 182 - color contains mainly: blue. Hex color #526CB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526CB6 is #AD9349. Grayscale: #6C6C6C. Windows color (decimal): -11375434 or 11955282. OLE color: 11955282.

HSL color Cylindrical-coordinate representation of color #526CB6: hue angle of 224.4º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #526CB6 is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB82108182-
CMYK0.550.4100.29
HSL224.4º40.65%51.76%-
HSV(B)224.4º54.95%71.37%-
XYZ17.2915.946.41-
YUV108.66169.39108.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.04%
GREEN value IS 108 (42.58% from 255) = 29.03%
BLUE value IS 182 (71.48% from 255) = 48.92%
R=22.04%
G=29.03%
B=48.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal821081820.550.4100.29224.440.6551.76
Hex526CB6372901De02934
Octal12215426667510353405164
Binary101001011011001011011011011110100101110111100000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,108,182); }

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

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

 a { background-color: rgb(82,108,182); }

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

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

 span { border-color: rgb(82,108,182); }

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