#5A8883

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

Shades of Breaker Bay #5A8883

Tints of Breaker Bay #5A8883

Color information

#5A8883 (or 0x5A8883) is unknown color: approx Breaker Bay. HEX triplet: 5A, 88 and 83. RGB value is (90,136,131). Sum of RGB (Red+Green+Blue) = 90+136+131=357 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.21% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 131 (51.56% from 255 or 36.69% from 357); Max value from RGB is 136 - color contains mainly: green. Hex color #5A8883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A8883 is #A5777C. Grayscale: #797979. Windows color (decimal): -10844029 or 8620122. OLE color: 8620122.

HSL color Cylindrical-coordinate representation of color #5A8883: hue angle of 173.48º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5A8883 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB90136131-
CMYK0.3400.040.47
HSL173.48º20.35%44.31%-
HSV(B)173.48º33.82%53.33%-
XYZ17.1221.4224.71-
YUV121.68133.26105.41-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.21%
GREEN value IS 136 (53.52% from 255) = 38.10%
BLUE value IS 131 (51.56% from 255) = 36.69%
R=25.21%
G=38.10%
B=36.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal901361310.3400.040.47173.4820.3544.31
Hex5A888322042Fad142c
Octal1322102034204572552454
Binary1011010100010001000001110001001001011111010110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A8883; }

 p { color: rgb(90,136,131); }

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

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

 a { background-color: rgb(90,136,131); }

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

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

 span { border-color: rgb(90,136,131); }

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