Html Css Color HEX #526BBD Chetwode Blue

📋 copy color: '#526BBD'

red 82 ◦ green 107 ◦ blue 189

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

Shades of Chetwode Blue #526BBD

Tints of Chetwode Blue #526BBD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.31%

 BLUE value IS 189 (74.22% from 255) = 50%

R = 21.69%
G = 28.31%
B = 50%

CMYK

 C value IS 0.57

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#526BBD (or 0x526BBD) is known color: Chetwode Blue. HEX triplet: 52, 6B and BD. RGB value is (82,107,189). Sum of RGB (Red+Green+Blue) = 82+107+189=378 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.69% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #526BBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526BBD is #AD9442. Grayscale: #6C6C6C. Windows color (decimal): -11375683 or 12413778. OLE color: 12413778.

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

Color convert

RGB 82 107 189 -
CMYK 0.57 0.43 0 0.26
HSL 225.98º 0.45% 0.53% -
HSV(B) 225.98º 0.57% 0.74% -
XYZ 17.92 15.98 50.28 -
YUV 108.87 173.22 108.83 -
System Red Green Blue C M Y K H S L
Decimal 82 107 189 0.57 0.43 0 0.26 225.98 0.45 0.53
Hex 52 6B BD 39 2B 0 1A E2 2D 35
Octal 122 153 275 71 53 0 32 342 55 65
Binary 1010010 1101011 10111101 111001 101011 0 11010 11100010 101101 110101

Color Harmonies of #526BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526BBD

Black with #526BBD

Text Example


Text Example

White with #526BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,107,189); }

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

background-color css

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

 a { background-color: rgb(82,107,189); }

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

border-color css

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

 span { border-color: rgb(82,107,189); }

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