#557975

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

Shades of Breaker Bay #557975

Tints of Breaker Bay #557975

Color information

#557975 (or 0x557975) is unknown color: approx Breaker Bay. HEX triplet: 55, 79 and 75. RGB value is (85,121,117). Sum of RGB (Red+Green+Blue) = 85+121+117=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 121 (47.66% from 255 or 37.46% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 121 - color contains mainly: green. Hex color #557975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557975 is #AA868A. Grayscale: #6D6D6D. Windows color (decimal): -11175563 or 7698773. OLE color: 7698773.

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

Color convert

RGB85121117-
CMYK0.3000.030.53
HSL173.33º17.48%40.39%-
HSV(B)173.33º29.75%47.45%-
XYZ13.7916.8919.36-
YUV109.78132.07110.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.32%
GREEN value IS 121 (47.66% from 255) = 37.46%
BLUE value IS 117 (46.09% from 255) = 36.22%
R=26.32%
G=37.46%
B=36.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851211170.3000.030.53173.3317.4840.39
Hex5579751E0335ad1128
Octal1251711653603652552150
Binary101010111110011110101111100111101011010110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557975; }

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

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

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

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

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

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

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

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