Html Css Color HEX #526EC1 Chetwode Blue

📋 copy color: '#526EC1'

red 82 ◦ green 110 ◦ blue 193

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

Shades of Chetwode Blue #526EC1

Tints of Chetwode Blue #526EC1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.57%

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

R = 21.3%
G = 28.57%
B = 50.13%

CMYK

 C value IS 0.58

 M value IS 0.43

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#526EC1 (or 0x526EC1) is known color: Chetwode Blue. HEX triplet: 52, 6E and C1. RGB value is (82,110,193). Sum of RGB (Red+Green+Blue) = 82+110+193=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 193 (75.78% from 255 or 50.13% from 385); Max value from RGB is 193 - color contains mainly: blue. Hex color #526EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526EC1 is #AD913E. Grayscale: #6E6E6E. Windows color (decimal): -11374911 or 12676690. OLE color: 12676690.

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

Color convert

RGB 82 110 193 -
CMYK 0.58 0.43 0 0.24
HSL 224.86º 0.47% 0.54% -
HSV(B) 224.86º 0.58% 0.76% -
XYZ 18.68 16.8 52.71 -
YUV 111.09 174.22 107.25 -
System Red Green Blue C M Y K H S L
Decimal 82 110 193 0.58 0.43 0 0.24 224.86 0.47 0.54
Hex 52 6E C1 3A 2B 0 18 E1 2F 36
Octal 122 156 301 72 53 0 30 341 57 66
Binary 1010010 1101110 11000001 111010 101011 0 11000 11100001 101111 110110

Color Harmonies of #526EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526EC1

Black with #526EC1

Text Example


Text Example

White with #526EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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