Html Css Color HEX #537974 Breaker Bay

📋 copy color: '#537974'

red 83 ◦ green 121 ◦ blue 116

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

Shades of Breaker Bay #537974

Tints of Breaker Bay #537974

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.81%

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

R = 25.94%
G = 37.81%
B = 36.25%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#537974 (or 0x537974) is known color: Breaker Bay. HEX triplet: 53, 79 and 74. RGB value is (83,121,116). Sum of RGB (Red+Green+Blue) = 83+121+116=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 121 (47.66% from 255 or 37.81% from 320); Blue value is 116 (45.70% from 255 or 36.25% from 320); Max value from RGB is 121 - color contains mainly: green. Hex color #537974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537974 is #AC868B. Grayscale: #6D6D6D. Windows color (decimal): -11306636 or 7633235. OLE color: 7633235.

HSL color Cylindrical-coordinate representation of color #537974: hue angle of 172.11º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #537974 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 121 116 -
CMYK 0.31 0 0.04 0.53
HSL 172.11º 0.19% 0.4% -
HSV(B) 172.11º 0.31% 0.47% -
XYZ 13.56 16.77 19.05 -
YUV 109.07 131.91 109.41 -
System Red Green Blue C M Y K H S L
Decimal 83 121 116 0.31 0 0.04 0.53 172.11 0.19 0.4
Hex 53 79 74 1F 0 4 35 AC 13 28
Octal 123 171 164 37 0 4 65 254 23 50
Binary 1010011 1111001 1110100 11111 0 100 110101 10101100 10011 101000

Color Harmonies of #537974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537974

Black with #537974

Text Example


Text Example

White with #537974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537974; }

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

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

background-color css

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

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

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

border-color css

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

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

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