Html Css Color HEX #537C77 Breaker Bay

📋 copy color: '#537C77'

red 83 ◦ green 124 ◦ blue 119

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

Shades of Breaker Bay #537C77

Tints of Breaker Bay #537C77

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.04%

 BLUE value IS 119 (46.88% from 255) = 36.5%

R = 25.46%
G = 38.04%
B = 36.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0.51

RGB Variations

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

Color information

#537C77 (or 0x537C77) is known color: Breaker Bay. HEX triplet: 53, 7C and 77. RGB value is (83,124,119). Sum of RGB (Red+Green+Blue) = 83+124+119=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 124 (48.83% from 255 or 38.04% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 124 - color contains mainly: green. Hex color #537C77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537C77 is #AC8388. Grayscale: #6F6F6F. Windows color (decimal): -11305865 or 7830611. OLE color: 7830611.

HSL color Cylindrical-coordinate representation of color #537C77: hue angle of 172.68º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #537C77 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 124 119 -
CMYK 0.33 0 0.04 0.51
HSL 172.68º 0.2% 0.41% -
HSV(B) 172.68º 0.33% 0.49% -
XYZ 14.1 17.59 20.1 -
YUV 111.17 132.42 107.91 -
System Red Green Blue C M Y K H S L
Decimal 83 124 119 0.33 0 0.04 0.51 172.68 0.2 0.41
Hex 53 7C 77 21 0 4 33 AD 14 29
Octal 123 174 167 41 0 4 63 255 24 51
Binary 1010011 1111100 1110111 100001 0 100 110011 10101101 10100 101001

Color Harmonies of #537C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537C77

Black with #537C77

Text Example


Text Example

White with #537C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537C77; }

 p { color: rgb(83,124,119); }

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

background-color css

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

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

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

border-color css

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

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

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