#5D8582

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

Shades of Breaker Bay #5D8582

Tints of Breaker Bay #5D8582

Color information

#5D8582 (or 0x5D8582) is unknown color: approx Breaker Bay. HEX triplet: 5D, 85 and 82. RGB value is (93,133,130). Sum of RGB (Red+Green+Blue) = 93+133+130=356 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.12% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 133 - color contains mainly: green. Hex color #5D8582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D8582 is #A27A7D. Grayscale: #787878. Windows color (decimal): -10648190 or 8553821. OLE color: 8553821.

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

Color convert

RGB93133130-
CMYK0.3000.020.48
HSL175.5º17.7%44.31%-
HSV(B)175.5º30.08%52.16%-
XYZ16.9320.7124.22-
YUV120.7133.25108.24-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.12%
GREEN value IS 133 (52.34% from 255) = 37.36%
BLUE value IS 130 (51.17% from 255) = 36.52%
R=26.12%
G=37.36%
B=36.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal931331300.3000.020.48175.517.744.31
Hex5D85821E0230af122c
Octal1352052023602602572254
Binary10111011000010110000010111100101100001010111110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,133,130); }

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

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

 a { background-color: rgb(93,133,130); }

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

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

 span { border-color: rgb(93,133,130); }

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