Html Css Color HEX #526CC5 Chetwode Blue

📋 copy color: '#526CC5'

red 82 ◦ green 108 ◦ blue 197

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

Shades of Chetwode Blue #526CC5

Tints of Chetwode Blue #526CC5

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.91%

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

R = 21.19%
G = 27.91%
B = 50.9%

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

#526CC5 (or 0x526CC5) is known color: Chetwode Blue. HEX triplet: 52, 6C and C5. RGB value is (82,108,197). Sum of RGB (Red+Green+Blue) = 82+108+197=387 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.19% from 387); Green value is 108 (42.58% from 255 or 27.91% from 387); Blue value is 197 (77.34% from 255 or 50.90% from 387); Max value from RGB is 197 - color contains mainly: blue. Hex color #526CC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526CC5 is #AD933A. Grayscale: #6D6D6D. Windows color (decimal): -11375419 or 12938322. OLE color: 12938322.

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

Color convert

RGB 82 108 197 -
CMYK 0.58 0.45 0 0.23
HSL 226.43º 0.5% 0.55% -
HSV(B) 226.43º 0.58% 0.77% -
XYZ 18.92 16.55 55.02 -
YUV 110.37 176.89 107.76 -
System Red Green Blue C M Y K H S L
Decimal 82 108 197 0.58 0.45 0 0.23 226.43 0.5 0.55
Hex 52 6C C5 3A 2D 0 17 E2 32 37
Octal 122 154 305 72 55 0 27 342 62 67
Binary 1010010 1101100 11000101 111010 101101 0 10111 11100010 110010 110111

Color Harmonies of #526CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526CC5

Black with #526CC5

Text Example


Text Example

White with #526CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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