#526DC3

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

Shades of Chetwode Blue #526DC3

Tints of Chetwode Blue #526DC3

Color information

#526DC3 (or 0x526DC3) is unknown color: approx Chetwode Blue. HEX triplet: 52, 6D and C3. RGB value is (82,109,195). Sum of RGB (Red+Green+Blue) = 82+109+195=386 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.24% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 195 (76.56% from 255 or 50.52% from 386); Max value from RGB is 195 - color contains mainly: blue. Hex color #526DC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526DC3 is #AD923C. Grayscale: #6E6E6E. Windows color (decimal): -11375165 or 12807506. OLE color: 12807506.

HSL color Cylindrical-coordinate representation of color #526DC3: hue angle of 225.66º degrees, saturation: 0.48, 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 #526DC3 is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB82109195-
CMYK0.580.4400.24
HSL225.66º48.5%54.31%-
HSV(B)225.66º57.95%76.47%-
XYZ18.816.6753.86-
YUV110.73175.55107.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.24%
GREEN value IS 109 (42.97% from 255) = 28.24%
BLUE value IS 195 (76.56% from 255) = 50.52%
R=21.24%
G=28.24%
B=50.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal821091950.580.4400.24225.6648.554.31
Hex526DC33A2C018e23036
Octal12215530372540303426066
Binary101001011011011100001111101010110001100011100010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,109,195); }

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

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

 a { background-color: rgb(82,109,195); }

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

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

 span { border-color: rgb(82,109,195); }

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