Html Css Color HEX #526DB9 Chetwode Blue

📋 copy color: '#526DB9'

red 82 ◦ green 109 ◦ blue 185

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

Shades of Chetwode Blue #526DB9

Tints of Chetwode Blue #526DB9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.99%

 BLUE value IS 185 (72.66% from 255) = 49.2%

R = 21.81%
G = 28.99%
B = 49.2%

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

#526DB9 (or 0x526DB9) is known color: Chetwode Blue. HEX triplet: 52, 6D and B9. RGB value is (82,109,185). Sum of RGB (Red+Green+Blue) = 82+109+185=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 185 (72.66% from 255 or 49.20% from 376); Max value from RGB is 185 - color contains mainly: blue. Hex color #526DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526DB9 is #AD9246. Grayscale: #6D6D6D. Windows color (decimal): -11375175 or 12152146. OLE color: 12152146.

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

Color convert

RGB 82 109 185 -
CMYK 0.56 0.41 0 0.27
HSL 224.27º 0.42% 0.52% -
HSV(B) 224.27º 0.56% 0.73% -
XYZ 17.71 16.23 48.1 -
YUV 109.59 170.55 108.32 -
System Red Green Blue C M Y K H S L
Decimal 82 109 185 0.56 0.41 0 0.27 224.27 0.42 0.52
Hex 52 6D B9 38 29 0 1B E0 2A 34
Octal 122 155 271 70 51 0 33 340 52 64
Binary 1010010 1101101 10111001 111000 101001 0 11011 11100000 101010 110100

Color Harmonies of #526DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526DB9

Black with #526DB9

Text Example


Text Example

White with #526DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,109,185); }

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

background-color css

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

 a { background-color: rgb(82,109,185); }

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

border-color css

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

 span { border-color: rgb(82,109,185); }

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