Html Css Color HEX #537877 Breaker Bay

📋 copy color: '#537877'

red 83 ◦ green 120 ◦ blue 119

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

Shades of Breaker Bay #537877

Tints of Breaker Bay #537877

RGB

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

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

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

R = 25.78%
G = 37.27%
B = 36.96%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#537877 (or 0x537877) is known color: Breaker Bay. HEX triplet: 53, 78 and 77. RGB value is (83,120,119). Sum of RGB (Red+Green+Blue) = 83+120+119=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 120 (47.27% from 255 or 37.27% from 322); Blue value is 119 (46.88% from 255 or 36.96% from 322); Max value from RGB is 120 - color contains mainly: green. Hex color #537877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537877 is #AC8788. Grayscale: #6C6C6C. Windows color (decimal): -11306889 or 7829587. OLE color: 7829587.

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

Color convert

RGB 83 120 119 -
CMYK 0.31 0 0.01 0.53
HSL 178.38º 0.18% 0.4% -
HSV(B) 178.38º 0.31% 0.47% -
XYZ 13.61 16.6 19.94 -
YUV 108.82 133.74 109.58 -
System Red Green Blue C M Y K H S L
Decimal 83 120 119 0.31 0 0.01 0.53 178.38 0.18 0.4
Hex 53 78 77 1F 0 1 35 B2 12 28
Octal 123 170 167 37 0 1 65 262 22 50
Binary 1010011 1111000 1110111 11111 0 1 110101 10110010 10010 101000

Color Harmonies of #537877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537877

Black with #537877

Text Example


Text Example

White with #537877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537877; }

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

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

background-color css

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

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

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

border-color css

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

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

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