#526BB6

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

Shades of Chetwode Blue #526BB6

Tints of Chetwode Blue #526BB6

Color information

#526BB6 (or 0x526BB6) is unknown color: approx Chetwode Blue. HEX triplet: 52, 6B and B6. RGB value is (82,107,182). Sum of RGB (Red+Green+Blue) = 82+107+182=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 182 (71.48% from 255 or 49.06% from 371); Max value from RGB is 182 - color contains mainly: blue. Hex color #526BB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526BB6 is #AD9449. Grayscale: #6B6B6B. Windows color (decimal): -11375690 or 11955026. OLE color: 11955026.

HSL color Cylindrical-coordinate representation of color #526BB6: hue angle of 225º 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 #526BB6 is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB82107182-
CMYK0.550.4100.29
HSL225º40.65%51.76%-
HSV(B)225º54.95%71.37%-
XYZ17.1815.6946.38-
YUV108.08169.72109.4-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.10%
GREEN value IS 107 (42.19% from 255) = 28.84%
BLUE value IS 182 (71.48% from 255) = 49.06%
R=22.10%
G=28.84%
B=49.06%

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
Decimal821071820.550.4100.2922540.6551.76
Hex526BB6372901De12934
Octal12215326667510353415164
Binary101001011010111011011011011110100101110111100001101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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