Html Css Color HEX #527576 Breaker Bay

📋 copy color: '#527576'

red 82 ◦ green 117 ◦ blue 118

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

Shades of Breaker Bay #527576

Tints of Breaker Bay #527576

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.91%

 BLUE value IS 118 (46.48% from 255) = 37.22%

R = 25.87%
G = 36.91%
B = 37.22%

CMYK

 C value IS 0.31

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#527576 (or 0x527576) is known color: Breaker Bay. HEX triplet: 52, 75 and 76. RGB value is (82,117,118). Sum of RGB (Red+Green+Blue) = 82+117+118=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 118 - color contains mainly: blue. Hex color #527576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527576 is #AD8A89. Grayscale: #6A6A6A. Windows color (decimal): -11373194 or 7763282. OLE color: 7763282.

HSL color Cylindrical-coordinate representation of color #527576: hue angle of 181.67º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #527576 is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 117 118 -
CMYK 0.31 0.01 0 0.54
HSL 181.67º 0.18% 0.39% -
HSV(B) 181.67º 0.31% 0.46% -
XYZ 13.11 15.82 19.5 -
YUV 106.65 134.4 110.42 -
System Red Green Blue C M Y K H S L
Decimal 82 117 118 0.31 0.01 0 0.54 181.67 0.18 0.39
Hex 52 75 76 1F 1 0 36 B6 12 27
Octal 122 165 166 37 1 0 66 266 22 47
Binary 1010010 1110101 1110110 11111 1 0 110110 10110110 10010 100111

Color Harmonies of #527576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527576

Black with #527576

Text Example


Text Example

White with #527576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527576; }

 p { color: rgb(82,117,118); }

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

background-color css

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

 a { background-color: rgb(82,117,118); }

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

border-color css

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

 span { border-color: rgb(82,117,118); }

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