Html Css Color HEX #526CC3 Chetwode Blue

📋 copy color: '#526CC3'

red 82 ◦ green 108 ◦ blue 195

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

Shades of Chetwode Blue #526CC3

Tints of Chetwode Blue #526CC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 50.65%

R = 21.3%
G = 28.05%
B = 50.65%

CMYK

 C value IS 0.58

 M value IS 0.45

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#526CC3 (or 0x526CC3) is known color: Chetwode Blue. HEX triplet: 52, 6C and C3. RGB value is (82,108,195). Sum of RGB (Red+Green+Blue) = 82+108+195=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 195 (76.56% from 255 or 50.65% from 385); Max value from RGB is 195 - color contains mainly: blue. Hex color #526CC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526CC3 is #AD933C. Grayscale: #6D6D6D. Windows color (decimal): -11375421 or 12807250. OLE color: 12807250.

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

Color convert

RGB 82 108 195 -
CMYK 0.58 0.45 0 0.24
HSL 226.19º 0.48% 0.54% -
HSV(B) 226.19º 0.58% 0.76% -
XYZ 18.69 16.46 53.82 -
YUV 110.14 175.89 107.93 -
System Red Green Blue C M Y K H S L
Decimal 82 108 195 0.58 0.45 0 0.24 226.19 0.48 0.54
Hex 52 6C C3 3A 2D 0 18 E2 30 36
Octal 122 154 303 72 55 0 30 342 60 66
Binary 1010010 1101100 11000011 111010 101101 0 11000 11100010 110000 110110

Color Harmonies of #526CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526CC3

Black with #526CC3

Text Example


Text Example

White with #526CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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