Html Css Color HEX #537574 Breaker Bay

📋 copy color: '#537574'

red 83 ◦ green 117 ◦ blue 116

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

Shades of Breaker Bay #537574

Tints of Breaker Bay #537574

RGB

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

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

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

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

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

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

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

Color convert

RGB 83 117 116 -
CMYK 0.29 0 0.01 0.54
HSL 178.24º 0.17% 0.39% -
HSV(B) 178.24º 0.29% 0.46% -
XYZ 13.08 15.82 18.89 -
YUV 106.72 133.24 111.08 -
System Red Green Blue C M Y K H S L
Decimal 83 117 116 0.29 0 0.01 0.54 178.24 0.17 0.39
Hex 53 75 74 1D 0 1 36 B2 11 27
Octal 123 165 164 35 0 1 66 262 21 47
Binary 1010011 1110101 1110100 11101 0 1 110110 10110010 10001 100111

Color Harmonies of #537574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537574

Black with #537574

Text Example


Text Example

White with #537574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537574; }

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

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

background-color css

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

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

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

border-color css

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

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

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