#5A7875

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

Shades of Breaker Bay #5A7875

Tints of Breaker Bay #5A7875

Color information

#5A7875 (or 0x5A7875) is unknown color: approx Breaker Bay. HEX triplet: 5A, 78 and 75. RGB value is (90,120,117). Sum of RGB (Red+Green+Blue) = 90+120+117=327 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.52% from 327); Green value is 120 (47.27% from 255 or 36.70% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 120 - color contains mainly: green. Hex color #5A7875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7875 is #A5878A. Grayscale: #6E6E6E. Windows color (decimal): -10848139 or 7698522. OLE color: 7698522.

HSL color Cylindrical-coordinate representation of color #5A7875: hue angle of 174º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5A7875 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB90120117-
CMYK0.2500.020.53
HSL174º14.29%41.18%-
HSV(B)174º25%47.06%-
XYZ14.1416.8919.34-
YUV110.69131.56113.24-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.52%
GREEN value IS 120 (47.27% from 255) = 36.70%
BLUE value IS 117 (46.09% from 255) = 35.78%
R=27.52%
G=36.70%
B=35.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal901201170.2500.020.5317414.2941.18
Hex5A7875190235aee29
Octal1321701653102652561651
Binary10110101111000111010111001010110101101011101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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