Html Css Color HEX #527783 Blue Bayoux

📋 copy color: '#527783'

red 82 ◦ green 119 ◦ blue 131

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

Shades of Blue Bayoux #527783

Tints of Blue Bayoux #527783

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 39.46%

R = 24.7%
G = 35.84%
B = 39.46%

CMYK

 C value IS 0.37

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#527783 (or 0x527783) is known color: Blue Bayoux. HEX triplet: 52, 77 and 83. RGB value is (82,119,131). Sum of RGB (Red+Green+Blue) = 82+119+131=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 131 (51.56% from 255 or 39.46% from 332); Max value from RGB is 131 - color contains mainly: blue. Hex color #527783 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527783 is #AD887C. Grayscale: #6D6D6D. Windows color (decimal): -11372669 or 8615762. OLE color: 8615762.

HSL color Cylindrical-coordinate representation of color #527783: hue angle of 194.69º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #527783 is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 119 131 -
CMYK 0.37 0.09 0 0.49
HSL 194.69º 0.23% 0.42% -
HSV(B) 194.69º 0.37% 0.51% -
XYZ 14.17 16.63 23.93 -
YUV 109.31 140.24 108.52 -
System Red Green Blue C M Y K H S L
Decimal 82 119 131 0.37 0.09 0 0.49 194.69 0.23 0.42
Hex 52 77 83 25 9 0 31 C3 17 2A
Octal 122 167 203 45 11 0 61 303 27 52
Binary 1010010 1110111 10000011 100101 1001 0 110001 11000011 10111 101010

Color Harmonies of #527783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527783

Black with #527783

Text Example


Text Example

White with #527783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527783; }

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

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

background-color css

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

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

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

border-color css

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

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

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