#5F8582

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

Shades of Breaker Bay #5F8582

Tints of Breaker Bay #5F8582

Color information

#5F8582 (or 0x5F8582) is unknown color: approx Breaker Bay. HEX triplet: 5F, 85 and 82. RGB value is (95,133,130). Sum of RGB (Red+Green+Blue) = 95+133+130=358 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.54% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 133 - color contains mainly: green. Hex color #5F8582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F8582 is #A07A7D. Grayscale: #797979. Windows color (decimal): -10517118 or 8553823. OLE color: 8553823.

HSL color Cylindrical-coordinate representation of color #5F8582: hue angle of 175.26º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5F8582 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB95133130-
CMYK0.2900.020.48
HSL175.26º16.67%44.71%-
HSV(B)175.26º28.57%52.16%-
XYZ17.1420.8224.23-
YUV121.3132.91109.24-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.54%
GREEN value IS 133 (52.34% from 255) = 37.15%
BLUE value IS 130 (51.17% from 255) = 36.31%
R=26.54%
G=37.15%
B=36.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal951331300.2900.020.48175.2616.6744.71
Hex5F85821D0230af112d
Octal1372052023502602572155
Binary10111111000010110000010111010101100001010111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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