Html Css Color HEX #526CC2 Chetwode Blue

📋 copy color: '#526CC2'

red 82 ◦ green 108 ◦ blue 194

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

Shades of Chetwode Blue #526CC2

Tints of Chetwode Blue #526CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 50.52%

R = 21.35%
G = 28.13%
B = 50.52%

CMYK

 C value IS 0.58

 M value IS 0.44

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#526CC2 (or 0x526CC2) is known color: Chetwode Blue. HEX triplet: 52, 6C and C2. RGB value is (82,108,194). Sum of RGB (Red+Green+Blue) = 82+108+194=384 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.35% from 384); Green value is 108 (42.58% from 255 or 28.12% from 384); Blue value is 194 (76.17% from 255 or 50.52% from 384); Max value from RGB is 194 - color contains mainly: blue. Hex color #526CC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526CC2 is #AD933D. Grayscale: #6D6D6D. Windows color (decimal): -11375422 or 12741714. OLE color: 12741714.

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

Color convert

RGB 82 108 194 -
CMYK 0.58 0.44 0 0.24
HSL 226.07º 0.48% 0.54% -
HSV(B) 226.07º 0.58% 0.76% -
XYZ 18.58 16.41 53.23 -
YUV 110.03 175.39 108.01 -
System Red Green Blue C M Y K H S L
Decimal 82 108 194 0.58 0.44 0 0.24 226.07 0.48 0.54
Hex 52 6C C2 3A 2C 0 18 E2 30 36
Octal 122 154 302 72 54 0 30 342 60 66
Binary 1010010 1101100 11000010 111010 101100 0 11000 11100010 110000 110110

Color Harmonies of #526CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526CC2

Black with #526CC2

Text Example


Text Example

White with #526CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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