#526AC1

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

Shades of Chetwode Blue #526AC1

Tints of Chetwode Blue #526AC1

Color information

#526AC1 (or 0x526AC1) is unknown color: approx Chetwode Blue. HEX triplet: 52, 6A and C1. RGB value is (82,106,193). Sum of RGB (Red+Green+Blue) = 82+106+193=381 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.52% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 193 (75.78% from 255 or 50.66% from 381); Max value from RGB is 193 - color contains mainly: blue. Hex color #526AC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526AC1 is #AD953E. Grayscale: #6C6C6C. Windows color (decimal): -11375935 or 12675666. OLE color: 12675666.

HSL color Cylindrical-coordinate representation of color #526AC1: hue angle of 227.03º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #526AC1 is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB82106193-
CMYK0.580.4500.24
HSL227.03º47.23%53.92%-
HSV(B)227.03º57.51%75.69%-
XYZ18.2615.9552.57-
YUV108.74175.55108.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.52%
GREEN value IS 106 (41.80% from 255) = 27.82%
BLUE value IS 193 (75.78% from 255) = 50.66%
R=21.52%
G=27.82%
B=50.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal821061930.580.4500.24227.0347.2353.92
Hex526AC13A2D018e32f36
Octal12215230172550303435766
Binary101001011010101100000111101010110101100011100011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,106,193); }

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

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

 a { background-color: rgb(82,106,193); }

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

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

 span { border-color: rgb(82,106,193); }

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