#526BC2

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

Shades of Chetwode Blue #526BC2

Tints of Chetwode Blue #526BC2

Color information

#526BC2 (or 0x526BC2) is unknown color: approx Chetwode Blue. HEX triplet: 52, 6B and C2. RGB value is (82,107,194). Sum of RGB (Red+Green+Blue) = 82+107+194=383 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.41% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 194 (76.17% from 255 or 50.65% from 383); Max value from RGB is 194 - color contains mainly: blue. Hex color #526BC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526BC2 is #AD943D. Grayscale: #6D6D6D. Windows color (decimal): -11375678 or 12741458. OLE color: 12741458.

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

Color convert

RGB82107194-
CMYK0.580.4500.24
HSL226.61º47.86%54.12%-
HSV(B)226.61º57.73%76.08%-
XYZ18.4716.253.19-
YUV109.44175.72108.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.41%
GREEN value IS 107 (42.19% from 255) = 27.94%
BLUE value IS 194 (76.17% from 255) = 50.65%
R=21.41%
G=27.94%
B=50.65%

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
Decimal821071940.580.4500.24226.6147.8654.12
Hex526BC23A2D018e33036
Octal12215330272550303436066
Binary101001011010111100001011101010110101100011100011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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