Html Css Color HEX #526EBC Chetwode Blue

📋 copy color: '#526EBC'

red 82 ◦ green 110 ◦ blue 188

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

Shades of Chetwode Blue #526EBC

Tints of Chetwode Blue #526EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.47%

R = 21.58%
G = 28.95%
B = 49.47%

CMYK

 C value IS 0.56

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#526EBC (or 0x526EBC) is known color: Chetwode Blue. HEX triplet: 52, 6E and BC. RGB value is (82,110,188). Sum of RGB (Red+Green+Blue) = 82+110+188=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 110 (43.36% from 255 or 28.95% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #526EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526EBC is #AD9143. Grayscale: #6E6E6E. Windows color (decimal): -11374916 or 12349010. OLE color: 12349010.

HSL color Cylindrical-coordinate representation of color #526EBC: hue angle of 224.15º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #526EBC is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 110 188 -
CMYK 0.56 0.41 0 0.26
HSL 224.15º 0.44% 0.53% -
HSV(B) 224.15º 0.56% 0.74% -
XYZ 18.13 16.58 49.82 -
YUV 110.52 171.72 107.66 -
System Red Green Blue C M Y K H S L
Decimal 82 110 188 0.56 0.41 0 0.26 224.15 0.44 0.53
Hex 52 6E BC 38 29 0 1A E0 2C 35
Octal 122 156 274 70 51 0 32 340 54 65
Binary 1010010 1101110 10111100 111000 101001 0 11010 11100000 101100 110101

Color Harmonies of #526EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526EBC

Black with #526EBC

Text Example


Text Example

White with #526EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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