#5C847F

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

Shades of Breaker Bay #5C847F

Tints of Breaker Bay #5C847F

Color information

#5C847F (or 0x5C847F) is unknown color: approx Breaker Bay. HEX triplet: 5C, 84 and 7F. RGB value is (92,132,127). Sum of RGB (Red+Green+Blue) = 92+132+127=351 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.21% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 132 - color contains mainly: green. Hex color #5C847F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C847F is #A37B80. Grayscale: #777777. Windows color (decimal): -10713985 or 8356956. OLE color: 8356956.

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

Color convert

RGB92132127-
CMYK0.3000.040.48
HSL172.5º17.86%43.92%-
HSV(B)172.5º30.3%51.76%-
XYZ16.520.3123.13-
YUV119.47132.25108.41-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.21%
GREEN value IS 132 (51.95% from 255) = 37.61%
BLUE value IS 127 (50% from 255) = 36.18%
R=26.21%
G=37.61%
B=36.18%

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
Decimal921321270.3000.040.48172.517.8643.92
Hex5C847F1E0430ac122c
Octal1342041773604602542254
Binary10111001000010011111111111001001100001010110010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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