#538077

Color #538077 Breaker Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Breaker Bay #538077

Tints of Breaker Bay #538077

Color information

#538077 (or 0x538077) is unknown color: approx Breaker Bay. HEX triplet: 53, 80 and 77. RGB value is (83,128,119). Sum of RGB (Red+Green+Blue) = 83+128+119=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 119 (46.88% from 255 or 36.06% from 330); Max value from RGB is 128 - color contains mainly: green. Hex color #538077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538077 is #AC7F88. Grayscale: #717171. Windows color (decimal): -11304841 or 7831635. OLE color: 7831635.

HSL color Cylindrical-coordinate representation of color #538077: hue angle of 168º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #538077 is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB83128119-
CMYK0.3500.070.50
HSL168º21.33%41.37%-
HSV(B)168º35.16%50.2%-
XYZ14.6218.6120.27-
YUV113.52131.09106.23-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.15%
GREEN value IS 128 (50.39% from 255) = 38.79%
BLUE value IS 119 (46.88% from 255) = 36.06%
R=25.15%
G=38.79%
B=36.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal831281190.3500.070.5016821.3341.37
Hex538077230732a81529
Octal1232001674307622502551
Binary101001110000000111011110001101111100101010100010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538077; }

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

 H1.HeaderClassName
 {
   color: #538077;
 }
 .AnyTagClassName
 {
   color: #538077;
 }
</style>
background-color css

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

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

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

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

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

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