#557274

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

Shades of Breaker Bay #557274

Tints of Breaker Bay #557274

Color information

#557274 (or 0x557274) is unknown color: approx Breaker Bay. HEX triplet: 55, 72 and 74. RGB value is (85,114,116). Sum of RGB (Red+Green+Blue) = 85+114+116=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 116 - color contains mainly: blue. Hex color #557274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557274 is #AA8D8B. Grayscale: #696969. Windows color (decimal): -11177356 or 7631445. OLE color: 7631445.

HSL color Cylindrical-coordinate representation of color #557274: hue angle of 183.87º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #557274 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB85114116-
CMYK0.270.0200.55
HSL183.87º15.42%39.41%-
HSV(B)183.87º26.72%45.49%-
XYZ12.9215.2318.78-
YUV105.56133.89113.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.98%
GREEN value IS 114 (44.92% from 255) = 36.19%
BLUE value IS 116 (45.70% from 255) = 36.83%
R=26.98%
G=36.19%
B=36.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal851141160.270.0200.55183.8715.4239.41
Hex5572741B2037b8f27
Octal1251621643320672701747
Binary10101011110010111010011011100110111101110001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557274; }

 p { color: rgb(85,114,116); }

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

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

 a { background-color: rgb(85,114,116); }

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

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

 span { border-color: rgb(85,114,116); }

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