Html Css Color HEX #526AC1 Chetwode Blue

📋 copy color: '#526AC1'

red 82 ◦ green 106 ◦ blue 193

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

Shades of Chetwode Blue #526AC1

Tints of Chetwode Blue #526AC1

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.82%

 BLUE value IS 193 (75.78% from 255) = 50.66%

R = 21.52%
G = 27.82%
B = 50.66%

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

#526AC1 (or 0x526AC1) is known color: Chetwode Blue. HEX triplet: 52, 6A and C1. RGB value is (82,106,193). Sum of RGB (Red+Green+Blue) = 82+106+193=381 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.52% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 193 (75.78% from 255 or 50.66% from 381); Max value from RGB is 193 - color contains mainly: blue. Hex color #526AC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526AC1 is #AD953E. Grayscale: #6C6C6C. Windows color (decimal): -11375935 or 12675666. OLE color: 12675666.

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

Color convert

RGB 82 106 193 -
CMYK 0.58 0.45 0 0.24
HSL 227.03º 0.47% 0.54% -
HSV(B) 227.03º 0.58% 0.76% -
XYZ 18.26 15.95 52.57 -
YUV 108.74 175.55 108.93 -
System Red Green Blue C M Y K H S L
Decimal 82 106 193 0.58 0.45 0 0.24 227.03 0.47 0.54
Hex 52 6A C1 3A 2D 0 18 E3 2F 36
Octal 122 152 301 72 55 0 30 343 57 66
Binary 1010010 1101010 11000001 111010 101101 0 11000 11100011 101111 110110

Color Harmonies of #526AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526AC1

Black with #526AC1

Text Example


Text Example

White with #526AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,106,193); }

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

background-color css

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

 a { background-color: rgb(82,106,193); }

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

border-color css

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

 span { border-color: rgb(82,106,193); }

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