#5F817D

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

Shades of Breaker Bay #5F817D

Tints of Breaker Bay #5F817D

Color information

#5F817D (or 0x5F817D) is unknown color: approx Breaker Bay. HEX triplet: 5F, 81 and 7D. RGB value is (95,129,125). Sum of RGB (Red+Green+Blue) = 95+129+125=349 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.22% from 349); Green value is 129 (50.78% from 255 or 36.96% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 129 - color contains mainly: green. Hex color #5F817D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F817D is #A07E82. Grayscale: #767676. Windows color (decimal): -10518147 or 8225119. OLE color: 8225119.

HSL color Cylindrical-coordinate representation of color #5F817D: hue angle of 172.94º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5F817D is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB95129125-
CMYK0.2600.030.49
HSL172.94º15.18%43.92%-
HSV(B)172.94º26.36%50.59%-
XYZ16.2719.6122.33-
YUV118.38131.74111.33-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.22%
GREEN value IS 129 (50.78% from 255) = 36.96%
BLUE value IS 125 (49.22% from 255) = 35.82%
R=27.22%
G=36.96%
B=35.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal951291250.2600.030.49172.9415.1843.92
Hex5F817D1A0331adf2c
Octal1372011753203612551754
Binary101111110000001111110111010011110001101011011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F817D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,129,125); }

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

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

 a { background-color: rgb(95,129,125); }

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

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

 span { border-color: rgb(95,129,125); }

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