Html Css Color HEX #526EB8 Chetwode Blue

📋 copy color: '#526EB8'

red 82 ◦ green 110 ◦ blue 184

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

Shades of Chetwode Blue #526EB8

Tints of Chetwode Blue #526EB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 48.94%

R = 21.81%
G = 29.26%
B = 48.94%

CMYK

 C value IS 0.55

 M value IS 0.40

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#526EB8 (or 0x526EB8) is known color: Chetwode Blue. HEX triplet: 52, 6E and B8. RGB value is (82,110,184). Sum of RGB (Red+Green+Blue) = 82+110+184=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 184 (72.27% from 255 or 48.94% from 376); Max value from RGB is 184 - color contains mainly: blue. Hex color #526EB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526EB8 is #AD9147. Grayscale: #6D6D6D. Windows color (decimal): -11374920 or 12086866. OLE color: 12086866.

HSL color Cylindrical-coordinate representation of color #526EB8: hue angle of 223.53º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #526EB8 is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 82 110 184 -
CMYK 0.55 0.40 0 0.28
HSL 223.53º 0.42% 0.52% -
HSV(B) 223.53º 0.55% 0.72% -
XYZ 17.71 16.41 47.58 -
YUV 110.06 169.72 107.98 -
System Red Green Blue C M Y K H S L
Decimal 82 110 184 0.55 0.40 0 0.28 223.53 0.42 0.52
Hex 52 6E B8 37 28 0 1C E0 2A 34
Octal 122 156 270 67 50 0 34 340 52 64
Binary 1010010 1101110 10111000 110111 101000 0 11100 11100000 101010 110100

Color Harmonies of #526EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526EB8

Black with #526EB8

Text Example


Text Example

White with #526EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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