#5D847F

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

Shades of Breaker Bay #5D847F

Tints of Breaker Bay #5D847F

Color information

#5D847F (or 0x5D847F) is unknown color: approx Breaker Bay. HEX triplet: 5D, 84 and 7F. RGB value is (93,132,127). Sum of RGB (Red+Green+Blue) = 93+132+127=352 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.42% from 352); Green value is 132 (51.95% from 255 or 37.5% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 132 - color contains mainly: green. Hex color #5D847F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D847F is #A27B80. Grayscale: #777777. Windows color (decimal): -10648449 or 8356957. OLE color: 8356957.

HSL color Cylindrical-coordinate representation of color #5D847F: hue angle of 172.31º degrees, saturation: 0.17, 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 #5D847F is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB93132127-
CMYK0.3000.040.48
HSL172.31º17.33%44.12%-
HSV(B)172.31º29.55%51.76%-
XYZ16.620.3623.13-
YUV119.77132.08108.91-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.42%
GREEN value IS 132 (51.95% from 255) = 37.5%
BLUE value IS 127 (50% from 255) = 36.08%
R=26.42%
G=37.5%
B=36.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal931321270.3000.040.48172.3117.3344.12
Hex5D847F1E0430ac112c
Octal1352041773604602542154
Binary10111011000010011111111111001001100001010110010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,132,127); }

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

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

 a { background-color: rgb(93,132,127); }

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

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

 span { border-color: rgb(93,132,127); }

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