#526CB5

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

Shades of Chetwode Blue #526CB5

Tints of Chetwode Blue #526CB5

Color information

#526CB5 (or 0x526CB5) is unknown color: approx Chetwode Blue. HEX triplet: 52, 6C and B5. RGB value is (82,108,181). Sum of RGB (Red+Green+Blue) = 82+108+181=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 181 (71.09% from 255 or 48.79% from 371); Max value from RGB is 181 - color contains mainly: blue. Hex color #526CB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526CB5 is #AD934A. Grayscale: #6C6C6C. Windows color (decimal): -11375435 or 11889746. OLE color: 11889746.

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

Color convert

RGB82108181-
CMYK0.550.4000.29
HSL224.24º40.08%51.57%-
HSV(B)224.24º54.7%70.98%-
XYZ17.1815.8645.87-
YUV108.55168.89109.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.10%
GREEN value IS 108 (42.58% from 255) = 29.11%
BLUE value IS 181 (71.09% from 255) = 48.79%
R=22.10%
G=29.11%
B=48.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal821081810.550.4000.29224.2440.0851.57
Hex526CB5372801De02834
Octal12215426567500353405064
Binary101001011011001011010111011110100001110111100000101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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