Html Css Color HEX #526DC5 Chetwode Blue

📋 copy color: '#526DC5'

red 82 ◦ green 109 ◦ blue 197

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

Shades of Chetwode Blue #526DC5

Tints of Chetwode Blue #526DC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 50.77%

R = 21.13%
G = 28.09%
B = 50.77%

CMYK

 C value IS 0.58

 M value IS 0.45

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#526DC5 (or 0x526DC5) is known color: Chetwode Blue. HEX triplet: 52, 6D and C5. RGB value is (82,109,197). Sum of RGB (Red+Green+Blue) = 82+109+197=388 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.13% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 197 (77.34% from 255 or 50.77% from 388); Max value from RGB is 197 - color contains mainly: blue. Hex color #526DC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526DC5 is #AD923A. Grayscale: #6E6E6E. Windows color (decimal): -11375163 or 12938578. OLE color: 12938578.

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

Color convert

RGB 82 109 197 -
CMYK 0.58 0.45 0 0.23
HSL 225.91º 0.5% 0.55% -
HSV(B) 225.91º 0.58% 0.77% -
XYZ 19.03 16.76 55.06 -
YUV 110.96 176.55 107.34 -
System Red Green Blue C M Y K H S L
Decimal 82 109 197 0.58 0.45 0 0.23 225.91 0.5 0.55
Hex 52 6D C5 3A 2D 0 17 E2 32 37
Octal 122 155 305 72 55 0 27 342 62 67
Binary 1010010 1101101 11000101 111010 101101 0 10111 11100010 110010 110111

Color Harmonies of #526DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526DC5

Black with #526DC5

Text Example


Text Example

White with #526DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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