Html Css Color HEX #537474 Breaker Bay

📋 copy color: '#537474'

red 83 ◦ green 116 ◦ blue 116

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

Shades of Breaker Bay #537474

Tints of Breaker Bay #537474

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.83%

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

R = 26.35%
G = 36.83%
B = 36.83%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#537474 (or 0x537474) is known color: Breaker Bay. HEX triplet: 53, 74 and 74. RGB value is (83,116,116). Sum of RGB (Red+Green+Blue) = 83+116+116=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 116 - color contains mainly: green, blue. Hex color #537474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537474 is #AC8B8B. Grayscale: #6A6A6A. Windows color (decimal): -11307916 or 7631955. OLE color: 7631955.

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

Color convert

RGB 83 116 116 -
CMYK 0.28 0 0 0.55
HSL 180º 0.17% 0.39% -
HSV(B) 180º 0.28% 0.45% -
XYZ 12.97 15.59 18.85 -
YUV 106.13 133.57 111.5 -
System Red Green Blue C M Y K H S L
Decimal 83 116 116 0.28 0 0 0.55 180 0.17 0.39
Hex 53 74 74 1C 0 0 37 B4 11 27
Octal 123 164 164 34 0 0 67 264 21 47
Binary 1010011 1110100 1110100 11100 0 0 110111 10110100 10001 100111

Color Harmonies of #537474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537474

Black with #537474

Text Example


Text Example

White with #537474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537474; }

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

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

background-color css

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

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

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

border-color css

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

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

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