Html Css Color HEX #537475 Breaker Bay

📋 copy color: '#537475'

red 83 ◦ green 116 ◦ blue 117

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

Shades of Breaker Bay #537475

Tints of Breaker Bay #537475

RGB

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

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

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

R = 26.27%
G = 36.71%
B = 37.03%

CMYK

 C value IS 0.29

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#537475 (or 0x537475) is known color: Breaker Bay. HEX triplet: 53, 74 and 75. RGB value is (83,116,117). Sum of RGB (Red+Green+Blue) = 83+116+117=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 117 - color contains mainly: blue. Hex color #537475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537475 is #AC8B8A. Grayscale: #6A6A6A. Windows color (decimal): -11307915 or 7697491. OLE color: 7697491.

HSL color Cylindrical-coordinate representation of color #537475: hue angle of 181.76º 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 #537475 is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 116 117 -
CMYK 0.29 0.01 0 0.54
HSL 181.76º 0.17% 0.39% -
HSV(B) 181.76º 0.29% 0.46% -
XYZ 13.02 15.61 19.16 -
YUV 106.25 134.07 111.42 -
System Red Green Blue C M Y K H S L
Decimal 83 116 117 0.29 0.01 0 0.54 181.76 0.17 0.39
Hex 53 74 75 1D 1 0 36 B6 11 27
Octal 123 164 165 35 1 0 66 266 21 47
Binary 1010011 1110100 1110101 11101 1 0 110110 10110110 10001 100111

Color Harmonies of #537475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537475

Black with #537475

Text Example


Text Example

White with #537475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537475; }

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

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

background-color css

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

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

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

border-color css

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

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

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