#557B75

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

Shades of Breaker Bay #557B75

Tints of Breaker Bay #557B75

Color information

#557B75 (or 0x557B75) is unknown color: approx Breaker Bay. HEX triplet: 55, 7B and 75. RGB value is (85,123,117). Sum of RGB (Red+Green+Blue) = 85+123+117=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 123 (48.44% from 255 or 37.85% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 123 - color contains mainly: green. Hex color #557B75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557B75 is #AA848A. Grayscale: #6E6E6E. Windows color (decimal): -11175051 or 7699285. OLE color: 7699285.

HSL color Cylindrical-coordinate representation of color #557B75: hue angle of 170.53º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #557B75 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB85123117-
CMYK0.3100.050.52
HSL170.53º18.27%40.78%-
HSV(B)170.53º30.89%48.24%-
XYZ14.0417.3819.44-
YUV110.95131.41109.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.15%
GREEN value IS 123 (48.44% from 255) = 37.85%
BLUE value IS 117 (46.09% from 255) = 36%
R=26.15%
G=37.85%
B=36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal851231170.3100.050.52170.5318.2740.78
Hex557B751F0534ab1229
Octal1251731653705642532251
Binary1010101111101111101011111101011101001010101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557B75; }

 p { color: rgb(85,123,117); }

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

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

 a { background-color: rgb(85,123,117); }

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

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

 span { border-color: rgb(85,123,117); }

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