Html Css Color HEX #526EBA Chetwode Blue

📋 copy color: '#526EBA'

red 82 ◦ green 110 ◦ blue 186

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

Shades of Chetwode Blue #526EBA

Tints of Chetwode Blue #526EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.21%

R = 21.69%
G = 29.1%
B = 49.21%

CMYK

 C value IS 0.56

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#526EBA (or 0x526EBA) is known color: Chetwode Blue. HEX triplet: 52, 6E and BA. RGB value is (82,110,186). Sum of RGB (Red+Green+Blue) = 82+110+186=378 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.69% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #526EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526EBA is #AD9145. Grayscale: #6D6D6D. Windows color (decimal): -11374918 or 12217938. OLE color: 12217938.

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

Color convert

RGB 82 110 186 -
CMYK 0.56 0.41 0 0.27
HSL 223.85º 0.43% 0.53% -
HSV(B) 223.85º 0.56% 0.73% -
XYZ 17.92 16.49 48.69 -
YUV 110.29 170.72 107.82 -
System Red Green Blue C M Y K H S L
Decimal 82 110 186 0.56 0.41 0 0.27 223.85 0.43 0.53
Hex 52 6E BA 38 29 0 1B E0 2B 35
Octal 122 156 272 70 51 0 33 340 53 65
Binary 1010010 1101110 10111010 111000 101001 0 11011 11100000 101011 110101

Color Harmonies of #526EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526EBA

Black with #526EBA

Text Example


Text Example

White with #526EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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