Html Css Color HEX #537575 Breaker Bay

📋 copy color: '#537575'

red 83 ◦ green 117 ◦ blue 117

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

Shades of Breaker Bay #537575

Tints of Breaker Bay #537575

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.91%

 BLUE value IS 117 (46.09% from 255) = 36.91%

R = 26.18%
G = 36.91%
B = 36.91%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#537575 (or 0x537575) is known color: Breaker Bay. HEX triplet: 53, 75 and 75. RGB value is (83,117,117). Sum of RGB (Red+Green+Blue) = 83+117+117=317 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.18% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #537575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537575 is #AC8A8A. Grayscale: #6A6A6A. Windows color (decimal): -11307659 or 7697747. OLE color: 7697747.

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

Color convert

RGB 83 117 117 -
CMYK 0.29 0 0 0.54
HSL 180º 0.17% 0.39% -
HSV(B) 180º 0.29% 0.46% -
XYZ 13.14 15.85 19.2 -
YUV 106.83 133.74 111 -
System Red Green Blue C M Y K H S L
Decimal 83 117 117 0.29 0 0 0.54 180 0.17 0.39
Hex 53 75 75 1D 0 0 36 B4 11 27
Octal 123 165 165 35 0 0 66 264 21 47
Binary 1010011 1110101 1110101 11101 0 0 110110 10110100 10001 100111

Color Harmonies of #537575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537575

Black with #537575

Text Example


Text Example

White with #537575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537575; }

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

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

background-color css

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

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

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

border-color css

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

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

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