Html Css Color HEX #526DBB Chetwode Blue

📋 copy color: '#526DBB'

red 82 ◦ green 109 ◦ blue 187

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

Shades of Chetwode Blue #526DBB

Tints of Chetwode Blue #526DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.47%

R = 21.69%
G = 28.84%
B = 49.47%

CMYK

 C value IS 0.56

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#526DBB (or 0x526DBB) is known color: Chetwode Blue. HEX triplet: 52, 6D and BB. RGB value is (82,109,187). Sum of RGB (Red+Green+Blue) = 82+109+187=378 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.69% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #526DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526DBB is #AD9244. Grayscale: #6D6D6D. Windows color (decimal): -11375173 or 12283218. OLE color: 12283218.

HSL color Cylindrical-coordinate representation of color #526DBB: hue angle of 224.57º degrees, saturation: 0.44, 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 #526DBB is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 109 187 -
CMYK 0.56 0.42 0 0.27
HSL 224.57º 0.44% 0.53% -
HSV(B) 224.57º 0.56% 0.73% -
XYZ 17.92 16.32 49.22 -
YUV 109.82 171.55 108.16 -
System Red Green Blue C M Y K H S L
Decimal 82 109 187 0.56 0.42 0 0.27 224.57 0.44 0.53
Hex 52 6D BB 38 2A 0 1B E1 2C 35
Octal 122 155 273 70 52 0 33 341 54 65
Binary 1010010 1101101 10111011 111000 101010 0 11011 11100001 101100 110101

Color Harmonies of #526DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526DBB

Black with #526DBB

Text Example


Text Example

White with #526DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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