Html Css Color HEX #527780 Blue Bayoux

📋 copy color: '#527780'

red 82 ◦ green 119 ◦ blue 128

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

Shades of Blue Bayoux #527780

Tints of Blue Bayoux #527780

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.17%

 BLUE value IS 128 (50.39% from 255) = 38.91%

R = 24.92%
G = 36.17%
B = 38.91%

CMYK

 C value IS 0.36

 M value IS 0.07

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#527780 (or 0x527780) is known color: Blue Bayoux. HEX triplet: 52, 77 and 80. RGB value is (82,119,128). Sum of RGB (Red+Green+Blue) = 82+119+128=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 128 - color contains mainly: blue. Hex color #527780 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527780 is #AD887F. Grayscale: #6C6C6C. Windows color (decimal): -11372672 or 8419154. OLE color: 8419154.

HSL color Cylindrical-coordinate representation of color #527780: hue angle of 191.74º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #527780 is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 82 119 128 -
CMYK 0.36 0.07 0 0.50
HSL 191.74º 0.22% 0.41% -
HSV(B) 191.74º 0.36% 0.5% -
XYZ 13.97 16.55 22.88 -
YUV 108.96 138.74 108.77 -
System Red Green Blue C M Y K H S L
Decimal 82 119 128 0.36 0.07 0 0.50 191.74 0.22 0.41
Hex 52 77 80 24 7 0 32 C0 16 29
Octal 122 167 200 44 7 0 62 300 26 51
Binary 1010010 1110111 10000000 100100 111 0 110010 11000000 10110 101001

Color Harmonies of #527780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527780

Black with #527780

Text Example


Text Example

White with #527780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527780; }

 p { color: rgb(82,119,128); }

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

background-color css

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

 a { background-color: rgb(82,119,128); }

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

border-color css

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

 span { border-color: rgb(82,119,128); }

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