#55827E

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

Shades of Breaker Bay #55827E

Tints of Breaker Bay #55827E

Color information

#55827E (or 0x55827E) is unknown color: approx Breaker Bay. HEX triplet: 55, 82 and 7E. RGB value is (85,130,126). Sum of RGB (Red+Green+Blue) = 85+130+126=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 130 - color contains mainly: green. Hex color #55827E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55827E is #AA7D81. Grayscale: #747474. Windows color (decimal): -11173250 or 8290901. OLE color: 8290901.

HSL color Cylindrical-coordinate representation of color #55827E: hue angle of 174.67º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #55827E is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB85130126-
CMYK0.3500.030.49
HSL174.67º20.93%42.16%-
HSV(B)174.67º34.62%50.98%-
XYZ15.4919.422.67-
YUV116.09133.59105.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.93%
GREEN value IS 130 (51.17% from 255) = 38.12%
BLUE value IS 126 (49.61% from 255) = 36.95%
R=24.93%
G=38.12%
B=36.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal851301260.3500.030.49174.6720.9342.16
Hex55827E230331af152a
Octal1252021764303612572552
Binary10101011000001011111101000110111100011010111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55827E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55827E; }

 p { color: rgb(85,130,126); }

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

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

 a { background-color: rgb(85,130,126); }

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

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

 span { border-color: rgb(85,130,126); }

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