Html Css Color HEX #537674 Breaker Bay

📋 copy color: '#537674'

red 83 ◦ green 118 ◦ blue 116

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

Shades of Breaker Bay #537674

Tints of Breaker Bay #537674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.59%

R = 26.18%
G = 37.22%
B = 36.59%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#537674 (or 0x537674) is known color: Breaker Bay. HEX triplet: 53, 76 and 74. RGB value is (83,118,116). Sum of RGB (Red+Green+Blue) = 83+118+116=317 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.18% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 116 (45.70% from 255 or 36.59% from 317); Max value from RGB is 118 - color contains mainly: green. Hex color #537674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537674 is #AC898B. Grayscale: #6B6B6B. Windows color (decimal): -11307404 or 7632467. OLE color: 7632467.

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

Color convert

RGB 83 118 116 -
CMYK 0.30 0 0.02 0.54
HSL 176.57º 0.17% 0.39% -
HSV(B) 176.57º 0.3% 0.46% -
XYZ 13.2 16.06 18.93 -
YUV 107.31 132.9 110.66 -
System Red Green Blue C M Y K H S L
Decimal 83 118 116 0.30 0 0.02 0.54 176.57 0.17 0.39
Hex 53 76 74 1E 0 2 36 B1 11 27
Octal 123 166 164 36 0 2 66 261 21 47
Binary 1010011 1110110 1110100 11110 0 10 110110 10110001 10001 100111

Color Harmonies of #537674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537674

Black with #537674

Text Example


Text Example

White with #537674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537674; }

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

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

background-color css

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

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

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

border-color css

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

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

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