#526BBA

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

Shades of Chetwode Blue #526BBA

Tints of Chetwode Blue #526BBA

Color information

#526BBA (or 0x526BBA) is unknown color: approx Chetwode Blue. HEX triplet: 52, 6B and BA. RGB value is (82,107,186). Sum of RGB (Red+Green+Blue) = 82+107+186=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #526BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526BBA is #AD9445. Grayscale: #6C6C6C. Windows color (decimal): -11375686 or 12217170. OLE color: 12217170.

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

Color convert

RGB82107186-
CMYK0.560.4200.27
HSL225.58º42.98%52.55%-
HSV(B)225.58º55.91%72.94%-
XYZ17.615.8548.59-
YUV108.53171.72109.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.87%
GREEN value IS 107 (42.19% from 255) = 28.53%
BLUE value IS 186 (73.05% from 255) = 49.6%
R=21.87%
G=28.53%
B=49.6%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal821071860.560.4200.27225.5842.9852.55
Hex526BBA382A01Be22b35
Octal12215327270520333425365
Binary101001011010111011101011100010101001101111100010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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