Html Css Color HEX #537676 Breaker Bay

📋 copy color: '#537676'

red 83 ◦ green 118 ◦ blue 118

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

Shades of Breaker Bay #537676

Tints of Breaker Bay #537676

RGB

 RED value IS 83 (32.81% from 255) = 26.02%

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

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

R = 26.02%
G = 36.99%
B = 36.99%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#537676 (or 0x537676) is known color: Breaker Bay. HEX triplet: 53, 76 and 76. RGB value is (83,118,118). Sum of RGB (Red+Green+Blue) = 83+118+118=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 118 - color contains mainly: green, blue. Hex color #537676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537676 is #AC8989. Grayscale: #6B6B6B. Windows color (decimal): -11307402 or 7763539. OLE color: 7763539.

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

Color convert

RGB 83 118 118 -
CMYK 0.30 0 0 0.54
HSL 180º 0.17% 0.39% -
HSV(B) 180º 0.3% 0.46% -
XYZ 13.32 16.1 19.55 -
YUV 107.54 133.9 110.5 -
System Red Green Blue C M Y K H S L
Decimal 83 118 118 0.30 0 0 0.54 180 0.17 0.39
Hex 53 76 76 1E 0 0 36 B4 11 27
Octal 123 166 166 36 0 0 66 264 21 47
Binary 1010011 1110110 1110110 11110 0 0 110110 10110100 10001 100111

Color Harmonies of #537676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537676

Black with #537676

Text Example


Text Example

White with #537676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537676; }

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

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

background-color css

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

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

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

border-color css

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

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

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