#5F8583

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

Shades of Breaker Bay #5F8583

Tints of Breaker Bay #5F8583

Color information

#5F8583 (or 0x5F8583) is unknown color: approx Breaker Bay. HEX triplet: 5F, 85 and 83. RGB value is (95,133,131). Sum of RGB (Red+Green+Blue) = 95+133+131=359 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.46% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 131 (51.56% from 255 or 36.49% from 359); Max value from RGB is 133 - color contains mainly: green. Hex color #5F8583 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F8583 is #A07A7C. Grayscale: #797979. Windows color (decimal): -10517117 or 8619359. OLE color: 8619359.

HSL color Cylindrical-coordinate representation of color #5F8583: hue angle of 176.84º 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 #5F8583 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB95133131-
CMYK0.2900.020.48
HSL176.84º16.67%44.71%-
HSV(B)176.84º28.57%52.16%-
XYZ17.220.8524.59-
YUV121.41133.41109.16-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.46%
GREEN value IS 133 (52.34% from 255) = 37.05%
BLUE value IS 131 (51.56% from 255) = 36.49%
R=26.46%
G=37.05%
B=36.49%

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
Decimal951331310.2900.020.48176.8416.6744.71
Hex5F85831D0230b1112d
Octal1372052033502602612155
Binary10111111000010110000011111010101100001011000110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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