#557875

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

Shades of Breaker Bay #557875

Tints of Breaker Bay #557875

Color information

#557875 (or 0x557875) is unknown color: approx Breaker Bay. HEX triplet: 55, 78 and 75. RGB value is (85,120,117). Sum of RGB (Red+Green+Blue) = 85+120+117=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 120 (47.27% from 255 or 37.27% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 120 - color contains mainly: green. Hex color #557875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557875 is #AA878A. Grayscale: #6D6D6D. Windows color (decimal): -11175819 or 7698517. OLE color: 7698517.

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

Color convert

RGB85120117-
CMYK0.2900.020.53
HSL174.86º17.07%40.2%-
HSV(B)174.86º29.17%47.06%-
XYZ13.6716.6519.32-
YUV109.19132.4110.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.40%
GREEN value IS 120 (47.27% from 255) = 37.27%
BLUE value IS 117 (46.09% from 255) = 36.34%
R=26.40%
G=37.27%
B=36.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851201170.2900.020.53174.8617.0740.2
Hex5578751D0235af1128
Octal1251701653502652572150
Binary101010111110001110101111010101101011010111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557875; }

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

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

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

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

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

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

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

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