Html Css Color HEX #537173 Breaker Bay

📋 copy color: '#537173'

red 83 ◦ green 113 ◦ blue 115

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

Shades of Breaker Bay #537173

Tints of Breaker Bay #537173

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.33%

 BLUE value IS 115 (45.31% from 255) = 36.98%

R = 26.69%
G = 36.33%
B = 36.98%

CMYK

 C value IS 0.28

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#537173 (or 0x537173) is known color: Breaker Bay. HEX triplet: 53, 71 and 73. RGB value is (83,113,115). Sum of RGB (Red+Green+Blue) = 83+113+115=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 113 (44.53% from 255 or 36.33% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 115 - color contains mainly: blue. Hex color #537173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537173 is #AC8E8C. Grayscale: #686868. Windows color (decimal): -11308685 or 7565651. OLE color: 7565651.

HSL color Cylindrical-coordinate representation of color #537173: hue angle of 183.75º degrees, saturation: 0.16, 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 #537173 is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 113 115 -
CMYK 0.28 0.02 0 0.55
HSL 183.75º 0.16% 0.39% -
HSV(B) 183.75º 0.28% 0.45% -
XYZ 12.57 14.89 18.43 -
YUV 104.26 134.06 112.84 -
System Red Green Blue C M Y K H S L
Decimal 83 113 115 0.28 0.02 0 0.55 183.75 0.16 0.39
Hex 53 71 73 1C 2 0 37 B8 10 27
Octal 123 161 163 34 2 0 67 270 20 47
Binary 1010011 1110001 1110011 11100 10 0 110111 10111000 10000 100111

Color Harmonies of #537173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537173

Black with #537173

Text Example


Text Example

White with #537173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537173; }

 p { color: rgb(83,113,115); }

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

background-color css

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

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

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

border-color css

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

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

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