Html Css Color HEX #537874 Breaker Bay

📋 copy color: '#537874'

red 83 ◦ green 120 ◦ blue 116

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

Shades of Breaker Bay #537874

Tints of Breaker Bay #537874

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.62%

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

R = 26.02%
G = 37.62%
B = 36.36%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#537874 (or 0x537874) is known color: Breaker Bay. HEX triplet: 53, 78 and 74. RGB value is (83,120,116). Sum of RGB (Red+Green+Blue) = 83+120+116=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 120 - color contains mainly: green. Hex color #537874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537874 is #AC878B. Grayscale: #6C6C6C. Windows color (decimal): -11306892 or 7632979. OLE color: 7632979.

HSL color Cylindrical-coordinate representation of color #537874: hue angle of 173.51º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #537874 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 120 116 -
CMYK 0.31 0 0.03 0.53
HSL 173.51º 0.18% 0.4% -
HSV(B) 173.51º 0.31% 0.47% -
XYZ 13.44 16.53 19.01 -
YUV 108.48 132.24 109.83 -
System Red Green Blue C M Y K H S L
Decimal 83 120 116 0.31 0 0.03 0.53 173.51 0.18 0.4
Hex 53 78 74 1F 0 3 35 AE 12 28
Octal 123 170 164 37 0 3 65 256 22 50
Binary 1010011 1111000 1110100 11111 0 11 110101 10101110 10010 101000

Color Harmonies of #537874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537874

Black with #537874

Text Example


Text Example

White with #537874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537874; }

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

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

background-color css

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

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

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

border-color css

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

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

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