Html Css Color HEX #537A74 Breaker Bay

📋 copy color: '#537A74'

red 83 ◦ green 122 ◦ blue 116

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

Shades of Breaker Bay #537A74

Tints of Breaker Bay #537A74

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.01%

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

R = 25.86%
G = 38.01%
B = 36.14%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.05

 K value IS 0.52

RGB Variations

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

Color information

#537A74 (or 0x537A74) is known color: Breaker Bay. HEX triplet: 53, 7A and 74. RGB value is (83,122,116). Sum of RGB (Red+Green+Blue) = 83+122+116=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 122 (48.05% from 255 or 38.01% from 321); Blue value is 116 (45.70% from 255 or 36.14% from 321); Max value from RGB is 122 - color contains mainly: green. Hex color #537A74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537A74 is #AC858B. Grayscale: #6D6D6D. Windows color (decimal): -11306380 or 7633491. OLE color: 7633491.

HSL color Cylindrical-coordinate representation of color #537A74: hue angle of 170.77º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #537A74 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB 83 122 116 -
CMYK 0.32 0 0.05 0.52
HSL 170.77º 0.19% 0.4% -
HSV(B) 170.77º 0.32% 0.48% -
XYZ 13.68 17.02 19.09 -
YUV 109.66 131.58 108.99 -
System Red Green Blue C M Y K H S L
Decimal 83 122 116 0.32 0 0.05 0.52 170.77 0.19 0.4
Hex 53 7A 74 20 0 5 34 AB 13 28
Octal 123 172 164 40 0 5 64 253 23 50
Binary 1010011 1111010 1110100 100000 0 101 110100 10101011 10011 101000

Color Harmonies of #537A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537A74

Black with #537A74

Text Example


Text Example

White with #537A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537A74; }

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

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

background-color css

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

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

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

border-color css

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

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

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