Html Css Color HEX #527676 Breaker Bay

📋 copy color: '#527676'

red 82 ◦ green 118 ◦ blue 118

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

Shades of Breaker Bay #527676

Tints of Breaker Bay #527676

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.11%

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

R = 25.79%
G = 37.11%
B = 37.11%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#527676 (or 0x527676) is known color: Breaker Bay. HEX triplet: 52, 76 and 76. RGB value is (82,118,118). Sum of RGB (Red+Green+Blue) = 82+118+118=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 118 (46.48% from 255 or 37.11% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 118 - color contains mainly: green, blue. Hex color #527676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527676 is #AD8989. Grayscale: #6B6B6B. Windows color (decimal): -11372938 or 7763538. OLE color: 7763538.

HSL color Cylindrical-coordinate representation of color #527676: hue angle of 180º 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 #527676 is Cyan = 0.31, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 118 118 -
CMYK 0.31 0 0 0.54
HSL 180º 0.18% 0.39% -
HSV(B) 180º 0.31% 0.46% -
XYZ 13.23 16.06 19.54 -
YUV 107.24 134.07 110 -
System Red Green Blue C M Y K H S L
Decimal 82 118 118 0.31 0 0 0.54 180 0.18 0.39
Hex 52 76 76 1F 0 0 36 B4 12 27
Octal 122 166 166 37 0 0 66 264 22 47
Binary 1010010 1110110 1110110 11111 0 0 110110 10110100 10010 100111

Color Harmonies of #527676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527676

Black with #527676

Text Example


Text Example

White with #527676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527676; }

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

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

background-color css

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

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

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

border-color css

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

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

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