#5C8580

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

Shades of Breaker Bay #5C8580

Tints of Breaker Bay #5C8580

Color information

#5C8580 (or 0x5C8580) is unknown color: approx Breaker Bay. HEX triplet: 5C, 85 and 80. RGB value is (92,133,128). Sum of RGB (Red+Green+Blue) = 92+133+128=353 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.06% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 133 - color contains mainly: green. Hex color #5C8580 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C8580 is #A37A7F. Grayscale: #787878. Windows color (decimal): -10713728 or 8422748. OLE color: 8422748.

HSL color Cylindrical-coordinate representation of color #5C8580: hue angle of 172.68º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5C8580 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB92133128-
CMYK0.3100.040.48
HSL172.68º18.22%44.12%-
HSV(B)172.68º30.83%52.16%-
XYZ16.720.6123.52-
YUV120.17132.42107.91-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.06%
GREEN value IS 133 (52.34% from 255) = 37.68%
BLUE value IS 128 (50.39% from 255) = 36.26%
R=26.06%
G=37.68%
B=36.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal921331280.3100.040.48172.6818.2244.12
Hex5C85801F0430ad122c
Octal1342052003704602552254
Binary101110010000101100000001111101001100001010110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C8580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,133,128); }

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

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

 a { background-color: rgb(92,133,128); }

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

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

 span { border-color: rgb(92,133,128); }

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