#526EB7

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

Shades of Chetwode Blue #526EB7

Tints of Chetwode Blue #526EB7

Color information

#526EB7 (or 0x526EB7) is unknown color: approx Chetwode Blue. HEX triplet: 52, 6E and B7. RGB value is (82,110,183). Sum of RGB (Red+Green+Blue) = 82+110+183=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 110 (43.36% from 255 or 29.33% from 375); Blue value is 183 (71.88% from 255 or 48.8% from 375); Max value from RGB is 183 - color contains mainly: blue. Hex color #526EB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526EB7 is #AD9148. Grayscale: #6D6D6D. Windows color (decimal): -11374921 or 12021330. OLE color: 12021330.

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

Color convert

RGB82110183-
CMYK0.550.4000.28
HSL223.37º41.22%51.96%-
HSV(B)223.37º55.19%71.76%-
XYZ17.616.3647.03-
YUV109.95169.22108.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.87%
GREEN value IS 110 (43.36% from 255) = 29.33%
BLUE value IS 183 (71.88% from 255) = 48.8%
R=21.87%
G=29.33%
B=48.8%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal821101830.550.4000.28223.3741.2251.96
Hex526EB7372801Cdf2934
Octal12215626767500343375164
Binary101001011011101011011111011110100001110011011111101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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