Html Css Color HEX #526DC6 Chetwode Blue

📋 copy color: '#526DC6'

red 82 ◦ green 109 ◦ blue 198

#526DC6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chetwode Blue #526DC6

Tints of Chetwode Blue #526DC6

RGB

 RED value IS 82 (32.42% from 255) = 21.08%

 GREEN value IS 109 (42.97% from 255) = 28.02%

 BLUE value IS 198 (77.73% from 255) = 50.9%

R = 21.08%
G = 28.02%
B = 50.9%

CMYK

 C value IS 0.59

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#526DC6 (or 0x526DC6) is known color: Chetwode Blue. HEX triplet: 52, 6D and C6. RGB value is (82,109,198). Sum of RGB (Red+Green+Blue) = 82+109+198=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 198 (77.73% from 255 or 50.90% from 389); Max value from RGB is 198 - color contains mainly: blue. Hex color #526DC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526DC6 is #AD9239. Grayscale: #6E6E6E. Windows color (decimal): -11375162 or 13004114. OLE color: 13004114.

HSL color Cylindrical-coordinate representation of color #526DC6: hue angle of 226.03º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #526DC6 is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 82 109 198 -
CMYK 0.59 0.45 0 0.22
HSL 226.03º 0.5% 0.55% -
HSV(B) 226.03º 0.59% 0.78% -
XYZ 19.14 16.81 55.66 -
YUV 111.07 177.05 107.26 -
System Red Green Blue C M Y K H S L
Decimal 82 109 198 0.59 0.45 0 0.22 226.03 0.5 0.55
Hex 52 6D C6 3B 2D 0 16 E2 32 37
Octal 122 155 306 73 55 0 26 342 62 67
Binary 1010010 1101101 11000110 111011 101101 0 10110 11100010 110010 110111

Color Harmonies of #526DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526DC6

Black with #526DC6

Text Example


Text Example

White with #526DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #526DC6;
 }
 .AnyTagClassName
 {
   color: #526DC6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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