Html Css Color HEX #526CC0 Chetwode Blue

📋 copy color: '#526CC0'

red 82 ◦ green 108 ◦ blue 192

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

Shades of Chetwode Blue #526CC0

Tints of Chetwode Blue #526CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 50.26%

R = 21.47%
G = 28.27%
B = 50.26%

CMYK

 C value IS 0.57

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#526CC0 (or 0x526CC0) is known color: Chetwode Blue. HEX triplet: 52, 6C and C0. RGB value is (82,108,192). Sum of RGB (Red+Green+Blue) = 82+108+192=382 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.47% from 382); Green value is 108 (42.58% from 255 or 28.27% from 382); Blue value is 192 (75.39% from 255 or 50.26% from 382); Max value from RGB is 192 - color contains mainly: blue. Hex color #526CC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526CC0 is #AD933F. Grayscale: #6D6D6D. Windows color (decimal): -11375424 or 12610642. OLE color: 12610642.

HSL color Cylindrical-coordinate representation of color #526CC0: hue angle of 225.82º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #526CC0 is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 108 192 -
CMYK 0.57 0.44 0 0.25
HSL 225.82º 0.47% 0.54% -
HSV(B) 225.82º 0.57% 0.75% -
XYZ 18.36 16.32 52.05 -
YUV 109.8 174.39 108.17 -
System Red Green Blue C M Y K H S L
Decimal 82 108 192 0.57 0.44 0 0.25 225.82 0.47 0.54
Hex 52 6C C0 39 2C 0 19 E2 2F 36
Octal 122 154 300 71 54 0 31 342 57 66
Binary 1010010 1101100 11000000 111001 101100 0 11001 11100010 101111 110110

Color Harmonies of #526CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526CC0

Black with #526CC0

Text Example


Text Example

White with #526CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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